diff options
author | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-03 00:40:40 +0000 |
---|---|---|
committer | arv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-03 00:40:40 +0000 |
commit | 6404197b5dcbd4ac5e756d74c00c5eaf9f1d2870 (patch) | |
tree | 705851af6128b9c6d0d38ac5bf865828ce51483d /chrome/common/chrome_switches.h | |
parent | 3774606e17a53662a3bd512f9fc6b5bb0946e675 (diff) | |
download | chromium_src-6404197b5dcbd4ac5e756d74c00c5eaf9f1d2870.zip chromium_src-6404197b5dcbd4ac5e756d74c00c5eaf9f1d2870.tar.gz chromium_src-6404197b5dcbd4ac5e756d74c00c5eaf9f1d2870.tar.bz2 |
Add command line option to use a tabbed bookmark manager.
Start with --enable-tabbed-bookmark-manager. This will show chrome://bookmarks in a tab instead of the old bookmark manager. However, to get the bookmark manager extension to show you need to use --load-extension=path_to_extension. The extension uses the chrome_url_override to show the extension instead of the bookmark manager.
BUG=4890
TEST=See description
Review URL: http://codereview.chromium.org/661019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40468 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index afebf87..c40675d 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -100,6 +100,7 @@ extern const char kEnableSync[]; extern const char kEnableSyncAutofill[]; extern const char kEnableSyncBookmarks[]; extern const char kEnableSyncPreferences[]; +extern const char kEnableTabbedBookmarkManager[]; extern const char kEnableUserDataDirProfiles[]; extern const char kEnableVerticalTabs[]; extern const char kEnableVideoLayering[]; |