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

Unified Diff: chrome/browser/resources/settings/prefs/prefs.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: fix cros-only 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: chrome/browser/resources/settings/prefs/prefs.html
diff --git a/chrome/browser/resources/settings/prefs/prefs.html b/chrome/browser/resources/settings/prefs/prefs.html
index c2e6dd57131496c735ab93b1a9ead6826b2cd3b5..157d3c2b15d074ea29d2bd3442aac32d032c5f17 100644
--- a/chrome/browser/resources/settings/prefs/prefs.html
+++ b/chrome/browser/resources/settings/prefs/prefs.html
@@ -1,4 +1,6 @@
<link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
+<script src="chrome://resources/js/assert.js"></script>
Kyle Horimoto 2015/03/19 22:42:11 Using a <script> instead of a <link rel="import">
Jeremy Klein 2015/03/19 23:04:21 I'm glad you brought this up because I actually me
+<script src="chrome://resources/js/cr.js"></script>
<polymer-element name="cr-settings-prefs">
<script src="prefs.js"></script>

Powered by Google App Engine
This is Rietveld 408576698