diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 05:52:26 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-06 05:52:26 +0000 |
commit | 1da5f71715083669a994c6f7346f149510bf5db7 (patch) | |
tree | a36fda731f55f4b568524c5dc78e548ba65f4161 /chrome/common/chrome_switches.cc | |
parent | 4f8c5e036600c56b23f62b3fefeefa95ff96a221 (diff) | |
download | chromium_src-1da5f71715083669a994c6f7346f149510bf5db7.zip chromium_src-1da5f71715083669a994c6f7346f149510bf5db7.tar.gz chromium_src-1da5f71715083669a994c6f7346f149510bf5db7.tar.bz2 |
Revert 113112 - Revert 113103 - Changes the visibility of the 'mobile' node based on whether there is a node on the sync side.
BUG=102714
TEST=none
Review URL: http://codereview.chromium.org/8786006
TBR=sky@chromium.org
Review URL: http://codereview.chromium.org/8819008
TBR=sky@chromium.org
Review URL: http://codereview.chromium.org/8818004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113117 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 3928cf0..c595d6c 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -190,6 +190,9 @@ const char kCrashOnHangThreads[] = "crash-on-hang-threads"; // other threads are not responsive. const char kCrashOnLive[] = "crash-on-live"; +// If true the mobile bookmarks folder is created on the sync side. +const char kCreateMobileBookmarksFolder[] = "create-mobile-bookmarks-folder"; + // Path to the inspector files on disk (allows reloading of devtool files // without having to restart the browser). const char kDebugDevToolsFrontend[] = "debug-devtools-frontend"; @@ -567,9 +570,6 @@ const char kEnableSyncTabsForOtherClients[] = // Enables context menu for selecting groups of tabs. const char kEnableTabGroupsContextMenu[] = "enable-tab-groups-context-menu"; -// Enables the "synced bookmarks" folder. -const char kEnableSyncedBookmarksFolder[] = "enable-synced-bookmarks-folder"; - // Spawns threads to watch for excessive delays in specified message loops. // User should set breakpoints on Alarm() to examine problematic thread. // |