diff options
author | penghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-18 01:50:18 +0000 |
---|---|---|
committer | penghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-18 01:50:18 +0000 |
commit | 2b8e604df033c112adf112a2065182434b758292 (patch) | |
tree | aa2c43a4d8fa7e3605c798cb6bfa89c4c5b4b156 /chrome/common/chrome_paths.h | |
parent | d6ca9bf5a881cb842e7de61e331cfd2660425468 (diff) | |
download | chromium_src-2b8e604df033c112adf112a2065182434b758292.zip chromium_src-2b8e604df033c112adf112a2065182434b758292.tar.gz chromium_src-2b8e604df033c112adf112a2065182434b758292.tar.bz2 |
Add schema chrome-extension-resource:// for extension resources. It may be used for bundle JS libraries in future
like Google Analytics JS library.
BUG=122987
TEST=unit_tests --gtest_filter=ExtensionFileUtil.*
TEST=browser_tests --gtest_filter=ExtensionResourceRequestPolicyTest*
Review URL: https://chromiumcodereview.appspot.com/9909019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137794 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r-- | chrome/common/chrome_paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index 61fa4f6f..a3991c6 100644 --- a/chrome/common/chrome_paths.h +++ b/chrome/common/chrome_paths.h @@ -96,6 +96,7 @@ enum { FILE_RESOURCES_PACK, // Full path to the .pak file containing // binary data (e.g., html files and images // used by interal pages). + DIR_RESOURCES_EXTENSION, // Full path to extension resources. #if defined(OS_CHROMEOS) FILE_CHROMEOS_API, // Full path to chrome os api shared object. #endif |