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

Unified Diff: chrome/browser/ui/webui/extensions/extensions_ui.cc

Issue 2811993004: [MD Extensions] Add support for URL navigation (Closed)
Patch Set: nits 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
Index: chrome/browser/ui/webui/extensions/extensions_ui.cc
diff --git a/chrome/browser/ui/webui/extensions/extensions_ui.cc b/chrome/browser/ui/webui/extensions/extensions_ui.cc
index 76d209f5d7dd7b80d8844f16fd4e8f3a04c66525..7ae6d563e79b520272b70731b236e97addfe0923 100644
--- a/chrome/browser/ui/webui/extensions/extensions_ui.cc
+++ b/chrome/browser/ui/webui/extensions/extensions_ui.cc
@@ -278,6 +278,10 @@ content::WebUIDataSource* CreateMdExtensionsSource() {
source->AddResourcePath("item_util.js", IDR_MD_EXTENSIONS_ITEM_UTIL_JS);
source->AddResourcePath("load_error.html", IDR_MD_EXTENSIONS_LOAD_ERROR_HTML);
source->AddResourcePath("load_error.js", IDR_MD_EXTENSIONS_LOAD_ERROR_JS);
+ source->AddResourcePath("navigation_helper.html",
+ IDR_MD_EXTENSIONS_NAVIGATION_HELPER_HTML);
+ source->AddResourcePath("navigation_helper.js",
+ IDR_MD_EXTENSIONS_NAVIGATION_HELPER_JS);
source->AddResourcePath("options_dialog.html",
IDR_MD_EXTENSIONS_OPTIONS_DIALOG_HTML);
source->AddResourcePath("options_dialog.js",
« no previous file with comments | « chrome/browser/resources/md_extensions/service.js ('k') | chrome/test/data/webui/extensions/cr_extensions_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698