summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r--chrome/browser/profile.cc5
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.