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

Unified Diff: chrome/browser/resources/settings/settings.html

Issue 1132793005: Update settings.html and settings.js to Polymer 0.8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust with new shared prefs_ property Created 5 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings.html
diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
index a2daae49982c3a978ec0dccee7614c2a466e2a51..007a77a74fbfb98116122c303eb0ad94ee839ab9 100644
--- a/chrome/browser/resources/settings/settings.html
+++ b/chrome/browser/resources/settings/settings.html
@@ -1,12 +1,12 @@
-<link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
+<link rel="import" href="chrome://resources/polymer/v0_8/polymer/polymer.html">
<link rel="import" href="chrome://md-settings/settings_ui/settings_ui.html">
<link rel="import" href="chrome://md-settings/prefs/prefs.html">
-<polymer-element name="cr-settings">
+<dom-module id="cr-settings">
<template>
<cr-settings-prefs id="prefs"></cr-settings-prefs>
- <cr-settings-ui prefs="{{$.prefs}}"></cr-settings-ui>
+ <cr-settings-ui prefs="{{prefs_}}"></cr-settings-ui>
</template>
<script src="settings.js"></script>
-</polymer-element>
+</dom-module>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698