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

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

Issue 2360873005: MD Settings: Cleanup, remove unnecessary <cr-settings> wrapper. (Closed)
Patch Set: Remove more Created 4 years, 3 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/settings.html
diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
index 86370a04cb9c0339ef80568a97baf795ef917be0..6efcfe3cd1d89f22d0d6dbbf59677db0f467d5f9 100644
--- a/chrome/browser/resources/settings/settings.html
+++ b/chrome/browser/resources/settings/settings.html
@@ -4,30 +4,11 @@
<meta charset="utf-8">
<title>$i18n{settings}</title>
<link rel="import" href="chrome://resources/html/polymer.html">
- <link rel="import" href="/i18n_setup.html">
- <link rel="import" href="/direction_delegate.html">
<link rel="import" href="/settings_ui/settings_ui.html">
- <link rel="import" href="/prefs/prefs.html">
- <link rel="import" href="/route.html">
- <link rel="import" href="/settings_vars_css.html">
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
</head>
<body>
-
- <dom-module id="cr-settings">
- <template>
- <style>
- :host {
- color: var(--paper-grey-800);
- }
- </style>
- <settings-prefs id="prefs" prefs="{{prefs_}}"></settings-prefs>
- <settings-ui id="ui" prefs="{{prefs_}}"></settings-ui>
- </template>
- <script src="/settings.js"></script>
- </dom-module>
-
- <cr-settings></cr-settings>
+ <settings-ui></settings-ui>
<link rel="import" href="chrome://resources/html/i18n_template.html">
</body>
</html>
« no previous file with comments | « chrome/browser/resources/settings/compiled_resources2.gyp ('k') | chrome/browser/resources/settings/settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698