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

Unified Diff: ui/webui/resources/webui_resources.grd

Issue 1019403002: Fetch and actually set prefs (using chrome.send for now). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dan comments Created 5 years, 9 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: ui/webui/resources/webui_resources.grd
diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
index d314cccdb2ad25d8e1600cdd08dff8cfe3883a1b..82ef7642a064d6d173c3c7c07ae321b5f9625d0e 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -260,8 +260,12 @@ without changes to the corresponding grd file. -->
file="js/action_link.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_ASSERT"
file="js/assert.js" type="chrome_html" />
+ <structure name="IDR_WEBUI_HTML_ASSERT"
+ file="html/assert.html" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR"
file="js/cr.js" type="chrome_html" />
+ <structure name="IDR_WEBUI_HTML_CR"
+ file="html/cr.html" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_EVENT_TARGET"
file="js/cr/event_target.js" type="chrome_html" />
<structure name="IDR_WEBUI_JS_CR_LINK_CONTROLLER"
« chrome/browser/resources/settings/prefs/prefs.js ('K') | « ui/webui/resources/html/cr.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698