From 6404197b5dcbd4ac5e756d74c00c5eaf9f1d2870 Mon Sep 17 00:00:00 2001 From: "arv@chromium.org" Date: Wed, 3 Mar 2010 00:40:40 +0000 Subject: 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 --- chrome/common/url_constants.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/common/url_constants.h') diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h index 3339ae2..f7f1476 100644 --- a/chrome/common/url_constants.h +++ b/chrome/common/url_constants.h @@ -46,6 +46,7 @@ extern const char kAboutTermsURL[]; // chrome: URLs (including schemes). Should be kept in sync with the // components below. +extern const char kChromeUIBookmarksURL[]; extern const char kChromeUIDevToolsURL[]; extern const char kChromeUIDownloadsURL[]; extern const char kChromeUIExtensionsURL[]; @@ -57,6 +58,7 @@ extern const char kChromeUINewTabURL[]; // chrome components of URLs. Should be kept in sync with the full URLs // above. +extern const char kChromeUIBookmarksHost[]; extern const char kChromeUIDevToolsHost[]; extern const char kChromeUIDialogHost[]; extern const char kChromeUIDownloadsHost[]; -- cgit v1.1