diff options
Diffstat (limited to 'chrome/common/extensions/extension_constants.h')
-rw-r--r-- | chrome/common/extensions/extension_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h index 27b4287..8ce965f 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(). |