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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="chrome://resources/polymer/polymer/polymer.html"> 1 <link rel="import" href="chrome://resources/polymer/v0_8/polymer/polymer.html">
2 <link rel="import" href="chrome://md-settings/settings_ui/settings_ui.html"> 2 <link rel="import" href="chrome://md-settings/settings_ui/settings_ui.html">
3 <link rel="import" href="chrome://md-settings/prefs/prefs.html"> 3 <link rel="import" href="chrome://md-settings/prefs/prefs.html">
4 4
5 <polymer-element name="cr-settings"> 5 <dom-module id="cr-settings">
6 <template> 6 <template>
7 <cr-settings-prefs id="prefs"></cr-settings-prefs> 7 <cr-settings-prefs id="prefs"></cr-settings-prefs>
8 <cr-settings-ui prefs="{{$.prefs}}"></cr-settings-ui> 8 <cr-settings-ui prefs="{{prefs_}}"></cr-settings-ui>
9 </template> 9 </template>
10 <script src="settings.js"></script> 10 <script src="settings.js"></script>
11 </polymer-element> 11 </dom-module>
12 12
OLDNEW
« 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