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

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

Issue 1470263003: Remove <cr-settings> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PerformanceExploration
Patch Set: Created 5 years, 1 month 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 | no next file » | 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 81786767a229871be2d4998428f6dc97a2142c50..799a0c83e006f961dfffed424bf7b859be96150d 100644
--- a/chrome/browser/resources/settings/settings.html
+++ b/chrome/browser/resources/settings/settings.html
@@ -12,15 +12,11 @@
</head>
<body>
- <dom-module id="cr-settings">
- <template>
- <settings-prefs id="prefs" prefs="{{prefs_}}"></settings-prefs>
- <settings-ui prefs="{{prefs_}}"></settings-ui>
- </template>
- <script src="settings.js"></script>
- </dom-module>
+ <template is="dom-bind">
+ <settings-prefs id="prefs" prefs="{{prefs}}"></settings-prefs>
+ <settings-ui prefs="{{prefs}}"></settings-ui>
+ </template>
- <cr-settings></cr-settings>
<script src="chrome://resources/js/i18n_template.js"></script>
</body>
</html>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698