diff options
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r-- | chrome/browser/profile.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc index 2414602..802ad29 100644 --- a/chrome/browser/profile.cc +++ b/chrome/browser/profile.cc @@ -676,8 +676,8 @@ void ProfileImpl::InitExtensions() { true); // Register the bookmark manager extension. - if (CommandLine::ForCurrentProcess()->HasSwitch( - switches::kEnableTabbedBookmarkManager)) { + if (!CommandLine::ForCurrentProcess()->HasSwitch( + switches::kDisableTabbedBookmarkManager)) { FilePath bookmark_manager_path; if (PathService::Get(chrome::DIR_BOOKMARK_MANAGER, &bookmark_manager_path)) { |