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

Unified Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 1666623006: MD Settings: Manage search engines 3/3, hooking up UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manage_search_engines_handler
Patch Set: undo accidental binding conversion to one-way Created 4 years, 10 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/resources/settings/settings_resources.grd
diff --git a/chrome/browser/resources/settings/settings_resources.grd b/chrome/browser/resources/settings/settings_resources.grd
index 3c31f3d76931f7b79b56fc79d0595eb6e9a48278..e71f7e13679e471918dfb9a6bc64d96b260837be 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -471,11 +471,11 @@
<structure name="IDR_SETTINGS_SITE_DETAILS_PERMISSION_JS"
file="site_settings/site_details_permission.js"
type="chrome_html" />
- <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_ADD_SEARCH_ENGINE_DIALOG_JS"
- file="search_engines_page/add_search_engine_dialog.js"
+ <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_DIALOG_JS"
+ file="search_engines_page/search_engine_dialog.js"
type="chrome_html" />
- <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_ADD_SEARCH_ENGINE_DIALOG_HTML"
- file="search_engines_page/add_search_engine_dialog.html"
+ <structure name="IDR_SETTINGS_SEARCH_ENGINES_PAGE_SEARCH_ENGINE_DIALOG_HTML"
+ file="search_engines_page/search_engine_dialog.html"
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />

Powered by Google App Engine
This is Rietveld 408576698