diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-23 17:46:40 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-23 17:46:40 +0000 |
commit | 47e532b88cbf3acdeacd49f5cdcd69dbabd7ae68 (patch) | |
tree | 885bb92e7265623f904443620b3dd779a0060199 /chrome/browser/profile.cc | |
parent | d4b3a6f00112079f966830cf0f2f3c34a156c10e (diff) | |
download | chromium_src-47e532b88cbf3acdeacd49f5cdcd69dbabd7ae68.zip chromium_src-47e532b88cbf3acdeacd49f5cdcd69dbabd7ae68.tar.gz chromium_src-47e532b88cbf3acdeacd49f5cdcd69dbabd7ae68.tar.bz2 |
Delete native Mac bookmark manager. Remove --disable-tabbed-bookmark-manager (everywhere).
Still to do: delete native bookmark managers on other platforms.
BUG=38908
TEST=Everything else still works.
Review URL: http://codereview.chromium.org/1751011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r-- | chrome/browser/profile.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc index 5aac7a5..340f168 100644 --- a/chrome/browser/profile.cc +++ b/chrome/browser/profile.cc @@ -734,10 +734,7 @@ void ProfileImpl::InitExtensions() { std::map<std::string, int> component_extensions; // Bookmark manager. - if (!CommandLine::ForCurrentProcess()->HasSwitch( - switches::kDisableTabbedBookmarkManager)) { - component_extensions["bookmark_manager"] = IDR_BOOKMARKS_MANIFEST; - } + component_extensions["bookmark_manager"] = IDR_BOOKMARKS_MANIFEST; // Some sample apps to make our lives easier while we are developing extension // apps. This way we don't have to constantly install these over and over. |