| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index 27b4287481cdeedd56dd9bf02aa7f8920d092038..8ce965fe34be5ad26a6ad47c5f4e40081b273d85 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -64,6 +64,9 @@ namespace extension_filenames {
|
| // The filename to use for a background page generated from
|
| // background.scripts.
|
| extern const char kGeneratedBackgroundPageFilename[];
|
| +
|
| + // Path to imported modules.
|
| + extern const char kModulesDir[];
|
| }
|
|
|
| // Keys in the dictionary returned by Extension::GetBasicInfo().
|
|
|