summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authorarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-03 00:40:40 +0000
committerarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-03 00:40:40 +0000
commit6404197b5dcbd4ac5e756d74c00c5eaf9f1d2870 (patch)
tree705851af6128b9c6d0d38ac5bf865828ce51483d /chrome/browser/resources
parent3774606e17a53662a3bd512f9fc6b5bb0946e675 (diff)
downloadchromium_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/browser/resources')
-rw-r--r--chrome/browser/resources/bookmark_manager/manifest.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/resources/bookmark_manager/manifest.json b/chrome/browser/resources/bookmark_manager/manifest.json
index 7e05e6c..9ebe6f4 100644
--- a/chrome/browser/resources/bookmark_manager/manifest.json
+++ b/chrome/browser/resources/bookmark_manager/manifest.json
@@ -9,5 +9,8 @@
"bookmarks",
"experimental",
"tabs"
- ]
+ ],
+ "chrome_url_overrides": {
+ "bookmarks": "main.html"
+ }
}