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

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

Issue 1702063003: MD Settings: Creating WebUIListenerBehavior helper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manage_search_engines_ui1
Patch Set: Resolve conflicts with ToT 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 ed795e8c495076f60da6e0527be2c26f991b799e..abcd894ce2be0df659166152b7c4bc2dac1642ec 100644
--- a/chrome/browser/resources/settings/settings_resources.grd
+++ b/chrome/browser/resources/settings/settings_resources.grd
@@ -545,6 +545,12 @@
type="chrome_html"
flattenhtml="true"
allowexternalscript="true" />
+ <structure name="IDR_SETTINGS_WEB_UI_LISTENER_BEHAVIOR_HTML"
+ file="web_ui_listener_behavior.html"
+ type="chrome_html" />
+ <structure name="IDR_SETTINGS_WEB_UI_LISTENER_BEHAVIOR_JS"
+ file="web_ui_listener_behavior.js"
+ type="chrome_html" />
<structure name="IDR_SETTINGS_SEARCH_PAGE_JS"
file="search_page/search_page.js"
type="chrome_html" />

Powered by Google App Engine
This is Rietveld 408576698