| 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[];
|
|
|