Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9072)

Unified Diff: chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc

Issue 2823053003: [MD Bookmarks] Remove the bookmarks-sidebar element. (Closed)
Patch Set: rebase, address comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/md_bookmarks/sidebar.js ('k') | chrome/test/data/webui/md_bookmarks/app_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc
diff --git a/chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc b/chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc
index cc249bc2fe0f0ac2f7964bde89cb40a93c994ea8..237bf7fdd8ef08fdb5d345e0368ebe8298b3a05d 100644
--- a/chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc
+++ b/chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc
@@ -102,8 +102,6 @@ content::WebUIDataSource* CreateMdBookmarksUIHTMLSource(Profile* profile) {
IDR_MD_BOOKMARKS_SHARED_STYLE_HTML);
source->AddResourcePath("shared_vars.html",
IDR_MD_BOOKMARKS_SHARED_VARS_HTML);
- source->AddResourcePath("sidebar.html", IDR_MD_BOOKMARKS_SIDEBAR_HTML);
- source->AddResourcePath("sidebar.js", IDR_MD_BOOKMARKS_SIDEBAR_JS);
source->AddResourcePath("store.html", IDR_MD_BOOKMARKS_STORE_HTML);
source->AddResourcePath("store.js", IDR_MD_BOOKMARKS_STORE_JS);
source->AddResourcePath("store_client.html",
« no previous file with comments | « chrome/browser/resources/md_bookmarks/sidebar.js ('k') | chrome/test/data/webui/md_bookmarks/app_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698