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

Unified Diff: ui/webui/resources/html/assert.html

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/html/assert.html
diff --git a/ui/webui/resources/html/assert.html b/ui/webui/resources/html/assert.html
new file mode 100644
index 0000000000000000000000000000000000000000..e969c27b644692d6ca3036149d14775d630bf982
--- /dev/null
+++ b/ui/webui/resources/html/assert.html
@@ -0,0 +1,2 @@
+<!-- This file can be imported via HTML imports to avoid duplicating asserts.js -->
+<script src="chrome://resources/js/assert.js"></script>

Powered by Google App Engine
This is Rietveld 408576698