diff options
author | andybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 14:57:43 +0000 |
---|---|---|
committer | andybons@chromium.org <andybons@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 14:57:43 +0000 |
commit | e685fc4178818c026f1498461edb3f2bfeff5722 (patch) | |
tree | f22c6b9ea815d822e0bb60d4c83208547b935401 /chrome/common/chrome_switches.cc | |
parent | 6c077af5c79a85d64e4b4363b8d0e29bb16543db (diff) | |
download | chromium_src-e685fc4178818c026f1498461edb3f2bfeff5722.zip chromium_src-e685fc4178818c026f1498461edb3f2bfeff5722.tar.gz chromium_src-e685fc4178818c026f1498461edb3f2bfeff5722.tar.bz2 |
Revert 42061 - Enable tabbed bookmark manager by default due to browser_tests and chrome frame breaking.
BUG=4890
TEST=None
Review URL: http://codereview.chromium.org/1139001
TBR=arv@chromium.org
Review URL: http://codereview.chromium.org/1146004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42103 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 9551080..a440c55 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -177,10 +177,6 @@ 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"; @@ -301,6 +297,9 @@ 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"; |