diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-23 17:46:40 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-23 17:46:40 +0000 |
commit | 47e532b88cbf3acdeacd49f5cdcd69dbabd7ae68 (patch) | |
tree | 885bb92e7265623f904443620b3dd779a0060199 /chrome/common | |
parent | d4b3a6f00112079f966830cf0f2f3c34a156c10e (diff) | |
download | chromium_src-47e532b88cbf3acdeacd49f5cdcd69dbabd7ae68.zip chromium_src-47e532b88cbf3acdeacd49f5cdcd69dbabd7ae68.tar.gz chromium_src-47e532b88cbf3acdeacd49f5cdcd69dbabd7ae68.tar.bz2 |
Delete native Mac bookmark manager. Remove --disable-tabbed-bookmark-manager (everywhere).
Still to do: delete native bookmark managers on other platforms.
BUG=38908
TEST=Everything else still works.
Review URL: http://codereview.chromium.org/1751011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 9c6a41f..23890db 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -193,10 +193,6 @@ const char kDisableSyncThemes[] = "disable-sync-themes"; // 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"; diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 7de456a..ba94b41 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -70,7 +70,6 @@ extern const char kDisableSyncBookmarks[]; extern const char kDisableSyncPreferences[]; extern const char kDisableSyncThemes[]; extern const char kDisableSyncTypedUrls[]; -extern const char kDisableTabbedBookmarkManager[]; extern const char kDisableWebResources[]; extern const char kDisableWebSecurity[]; extern const char kDisableWebSockets[]; |