summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_paths.h
diff options
context:
space:
mode:
authorfeldstein@chromium.org <feldstein@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-28 23:52:56 +0000
committerfeldstein@chromium.org <feldstein@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-28 23:52:56 +0000
commitfbd17cf5288dec78851ada15fadfda0563419833 (patch)
treefedf6d2264d10d9e5d6c9db6c188ae13b02b6d4b /chrome/common/chrome_paths.h
parentde3784727a0656f23468e3caa1cdf4ad894a5d15 (diff)
downloadchromium_src-fbd17cf5288dec78851ada15fadfda0563419833.zip
chromium_src-fbd17cf5288dec78851ada15fadfda0563419833.tar.gz
chromium_src-fbd17cf5288dec78851ada15fadfda0563419833.tar.bz2
Rework of the shared resources patch for checkin
Implement shared resources and use them in bookmark manager I had an issue with git when moving files so i had to create a new patch to delete/readd them here. See code review 1564034. This is just for trybots/checkins. BUG=none TEST=none Review URL: http://codereview.chromium.org/1694019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45885 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r--chrome/common/chrome_paths.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
index 47dff30..c5e13d2 100644
--- a/chrome/common/chrome_paths.h
+++ b/chrome/common/chrome_paths.h
@@ -22,6 +22,9 @@ enum {
DIR_USER_DESKTOP, // Directory that correspond to the desktop.
DIR_RESOURCES, // Directory containing separate file resources
// used by Chrome at runtime.
+ DIR_SHARED_RESOURCES, // Directory containing js and css files used
+ // by DOMUI and component extensions.
+ DIR_BOOKMARK_MANAGER, // Directory containing the bookmark manager.
DIR_INSPECTOR, // Directory where web inspector is located.
DIR_NET_INTERNALS, // Directory where net internals is located.
DIR_APP_DICTIONARIES, // Directory where the global dictionaries are.