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

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

Issue 1481433002: Remove template in settings.html, move <settings-prefs> into <settings-ui> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PerformanceExploration2
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 | chrome/browser/resources/settings/settings_ui/settings_ui.html » ('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 799a0c83e006f961dfffed424bf7b859be96150d..b7e1e7c8385b0f9a2675814ec97d37e11522622e 100644
--- a/chrome/browser/resources/settings/settings.html
+++ b/chrome/browser/resources/settings/settings.html
@@ -8,14 +8,10 @@
<link rel="import" href="chrome://md-settings/i18n_setup.html">
<link rel="import" href="chrome://resources/polymer/v1_0/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">
</head>
<body>
- <template is="dom-bind">
- <settings-prefs id="prefs" prefs="{{prefs}}"></settings-prefs>
- <settings-ui prefs="{{prefs}}"></settings-ui>
- </template>
+ <settings-ui></settings-ui>
<script src="chrome://resources/js/i18n_template.js"></script>
</body>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_ui/settings_ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698