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

Unified Diff: extensions/common/constants.h

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/common_manifest_handlers.cc ('k') | extensions/common/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/constants.h
diff --git a/extensions/common/constants.h b/extensions/common/constants.h
index dc9d5d2fac446c48565760455893958e952b1f48..296add026b4776f242dd45e0b2feddae500cb46a 100644
--- a/extensions/common/constants.h
+++ b/extensions/common/constants.h
@@ -35,6 +35,10 @@ extern const base::FilePath::CharType kVerifiedContentsFilename[];
// Name of the computed hashes file within the metadata folder.
extern const base::FilePath::CharType kComputedHashesFilename[];
+// The filename to use for the indexed ruleset file using the Declarative Net
+// Request API.
+extern const base::FilePath::CharType kIndexedRulesetFilename[];
+
// The name of the directory inside the profile where extensions are
// installed to.
extern const char kInstallDirectoryName[];
« no previous file with comments | « extensions/common/common_manifest_handlers.cc ('k') | extensions/common/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698