summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_paths.cc
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.cc
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.cc')
-rw-r--r--chrome/common/chrome_paths.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
index f6257c4ac..6f77510 100644
--- a/chrome/common/chrome_paths.cc
+++ b/chrome/common/chrome_paths.cc
@@ -158,11 +158,6 @@ bool PathProvider(int key, FilePath* result) {
return false;
cur = cur.Append(FILE_PATH_LITERAL("shared"));
break;
- case chrome::DIR_BOOKMARK_MANAGER:
- if (!PathService::Get(chrome::DIR_RESOURCES, &cur))
- return false;
- cur = cur.Append(FILE_PATH_LITERAL("bookmark_manager"));
- break;
case chrome::DIR_INSPECTOR:
if (!PathService::Get(chrome::DIR_RESOURCES, &cur))
return false;