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

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

Issue 2259163002: MD Settings: Fix scrolling bugs and hacks caused by undefined load behavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@TransitionsNoTestsFakeRebase
Patch Set: bug fixes Created 4 years, 4 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..292c5bed365409314eb6ca1cadf31189b192c14c 100644
--- a/chrome/browser/resources/settings/settings.html
+++ b/chrome/browser/resources/settings/settings.html
@@ -11,6 +11,10 @@
<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">
+ <link rel="import" href="chrome://resources/html/i18n_template.html">
+ <!-- Do not add any <link rel="..."> elements below here. Imports outside of
+ <head> are disallowed by the spec and cause undefined behavior that
+ confuses Polymer's lifecycle methods: crbug.com/638074. -->
</head>
<body>
@@ -28,6 +32,5 @@
</dom-module>
<cr-settings></cr-settings>
- <link rel="import" href="chrome://resources/html/i18n_template.html">
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698