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

Side by Side Diff: chrome/browser/resources/settings/site_settings_page/site_settings_page.html

Issue 2889333002: [MD settings] move polymer.html imports to top of file (Closed)
Patch Set: rerun Created 3 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
OLDNEW
1 <link rel="import" href="chrome://resources/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2
2 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html">
3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button-light.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button-light.html">
4 <link rel="import" href="../icons.html"> 5 <link rel="import" href="../icons.html">
5 <link rel="import" href="../route.html"> 6 <link rel="import" href="../route.html">
6 <link rel="import" href="../settings_shared_css.html"> 7 <link rel="import" href="../settings_shared_css.html">
7 <link rel="import" href="../site_settings/constants.html"> 8 <link rel="import" href="../site_settings/constants.html">
8 <link rel="import" href="../site_settings/site_settings_behavior.html"> 9 <link rel="import" href="../site_settings/site_settings_behavior.html">
9 <link rel="import" href="../site_settings/site_settings_prefs_browser_proxy.html "> 10 <link rel="import" href="../site_settings/site_settings_prefs_browser_proxy.html ">
10 11
11 <dom-module id="settings-site-settings-page"> 12 <dom-module id="settings-site-settings-page">
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 data-route="SITE_SETTINGS_PROTECTED_CONTENT" on-tap="onTapNavigate_" 328 data-route="SITE_SETTINGS_PROTECTED_CONTENT" on-tap="onTapNavigate_"
328 actionable> 329 actionable>
329 <iron-icon icon="settings:security"></iron-icon> 330 <iron-icon icon="settings:security"></iron-icon>
330 <div class="middle">$i18n{siteSettingsProtectedContent}</div> 331 <div class="middle">$i18n{siteSettingsProtectedContent}</div>
331 <button class="subpage-arrow" is="paper-icon-button-light" 332 <button class="subpage-arrow" is="paper-icon-button-light"
332 aria-label="$i18n{siteSettingsProtectedContent}"></button> 333 aria-label="$i18n{siteSettingsProtectedContent}"></button>
333 </div> 334 </div>
334 </template> 335 </template>
335 <script src="site_settings_page.js"></script> 336 <script src="site_settings_page.js"></script>
336 </dom-module> 337 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698