Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1390)

Unified Diff: extensions/common/constants.cc

Issue 2881453002: DNR Prototype: With flatbuffers
Patch Set: -- Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/constants.h ('k') | extensions/common/file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/constants.cc
diff --git a/extensions/common/constants.cc b/extensions/common/constants.cc
index 98bc6f1ecd69e5325e4f3291e8e36af8c31d610a..19d456a95c958db2ba69d07e825ab82ec1a5f08d 100644
--- a/extensions/common/constants.cc
+++ b/extensions/common/constants.cc
@@ -22,6 +22,8 @@ const base::FilePath::CharType kVerifiedContentsFilename[] =
FILE_PATH_LITERAL("verified_contents.json");
const base::FilePath::CharType kComputedHashesFilename[] =
FILE_PATH_LITERAL("computed_hashes.json");
+const base::FilePath::CharType kIndexedRulesetFilename[] =
+ FILE_PATH_LITERAL("_generated_indexed_ruleset.fbs");
const char kInstallDirectoryName[] = "Extensions";
« no previous file with comments | « extensions/common/constants.h ('k') | extensions/common/file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698