summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-19 01:39:19 +0000
committerarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-19 01:39:19 +0000
commit11d2d4ecbbc29ffafe2a030108a80ee6658beb53 (patch)
tree2ec778b65d2e648bc7f3c40b3f3ec3f7b6adecbc /chrome/common/chrome_switches.cc
parentfd571bbf7f82fa08182fec4e18b8186b016d5de2 (diff)
downloadchromium_src-11d2d4ecbbc29ffafe2a030108a80ee6658beb53.zip
chromium_src-11d2d4ecbbc29ffafe2a030108a80ee6658beb53.tar.gz
chromium_src-11d2d4ecbbc29ffafe2a030108a80ee6658beb53.tar.bz2
Enable tabbed bookmark manager by default.
BUG=4890 TEST=None Review URL: http://codereview.chromium.org/1139001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42061 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index a440c55..9551080 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -177,6 +177,10 @@ const char kDisableSyncPreferences[] = "disable-sync-preferences";
// Disable syncing of typed urls.
const char kDisableSyncTypedUrls[] = "disable-sync-typed-urls";
+// Disable the tabbed bookmark manager. This makes us use the native bookmark
+// manager instead.
+const char kDisableTabbedBookmarkManager[] = "disable-tabbed-bookmark-manager";
+
// Enables the backend service for web resources, used in the new tab page for
// loading tips and recommendations from a JSON feed.
const char kDisableWebResources[] = "disable-web-resources";
@@ -297,9 +301,6 @@ const char kEnableSyncPreferences[] = "enable-sync-preferences";
// Enable syncing browser typed urls.
const char kEnableSyncTypedUrls[] = "enable-sync-typed-urls";
-// Enable the tabbed bookmark manager
-const char kEnableTabbedBookmarkManager[] = "enable-tabbed-bookmark-manager";
-
// Whether the multiple profiles feature based on the user-data-dir flag is
// enabled or not.
const char kEnableUserDataDirProfiles[] = "enable-udd-profiles";