summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_paths.h
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-24 07:01:19 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-24 07:01:19 +0000
commit81c4864633619b46ac8e262f1db5956878e8fb17 (patch)
tree8553369251037ffb2a39267cb5f9f735ebfd75af /chrome/common/chrome_paths.h
parent237f93b11344c39b706fe618d94367a6e7323a1f (diff)
downloadchromium_src-81c4864633619b46ac8e262f1db5956878e8fb17.zip
chromium_src-81c4864633619b46ac8e262f1db5956878e8fb17.tar.gz
chromium_src-81c4864633619b46ac8e262f1db5956878e8fb17.tar.bz2
Fix bookmark manager on mac and windows.
Mac was failing because the resources directory was in a different place. Win was failing because path separators between two filepaths are different causing the equality check to fail. TBR=erg Review URL: http://codereview.chromium.org/2873017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50706 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r--chrome/common/chrome_paths.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
index 3e3a8ec..2d90e0a 100644
--- a/chrome/common/chrome_paths.h
+++ b/chrome/common/chrome_paths.h
@@ -24,7 +24,6 @@ enum {
// 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_APP_DICTIONARIES, // Directory where the global dictionaries are.
DIR_USER_DOCUMENTS, // Directory for a user's "My Documents".