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

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

Issue 2776993002: [MD Bookmarks] Persist collapsed folders between page loads. (Closed)
Patch Set: fix closure 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/util.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 9f1b2247200b45ffc93d82742eab0aeef51b08e2..c6ad21e5b4b1a7e28b3ced0d0fd30e1687548c10 100644
--- a/chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc
+++ b/chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc
@@ -75,6 +75,8 @@ content::WebUIDataSource* CreateMdBookmarksUIHTMLSource(Profile* profile) {
source->AddResourcePath("api_listener.js", IDR_MD_BOOKMARKS_API_LISTENER_JS);
source->AddResourcePath("app.html", IDR_MD_BOOKMARKS_APP_HTML);
source->AddResourcePath("app.js", IDR_MD_BOOKMARKS_APP_JS);
+ source->AddResourcePath("constants.html", IDR_MD_BOOKMARKS_CONSTANTS_HTML);
+ source->AddResourcePath("constants.js", IDR_MD_BOOKMARKS_CONSTANTS_JS);
source->AddResourcePath("dnd_manager.html",
IDR_MD_BOOKMARKS_DND_MANAGER_HTML);
source->AddResourcePath("dnd_manager.js", IDR_MD_BOOKMARKS_DND_MANAGER_JS);
« no previous file with comments | « chrome/browser/resources/md_bookmarks/util.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