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

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

Issue 1051763004: Convert *.css files to *_style.html files for the following custom elements: date_time_page, setting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a lot more files/styles. Created 5 years, 8 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_main/settings_main.html
diff --git a/chrome/browser/resources/settings/settings_main/settings_main.html b/chrome/browser/resources/settings/settings_main/settings_main.html
index a357f1a839718f58788c85bc59c6cabfd81fc60d..f78812940b1b7bc234ea64bd3910579507184813 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.html
+++ b/chrome/browser/resources/settings/settings_main/settings_main.html
@@ -7,6 +7,7 @@
<link rel="import" href="chrome://md-settings/downloads_page/downloads_page.html">
<link rel="import" href="chrome://md-settings/internet_page/internet_page.html">
<link rel="import" href="chrome://md-settings/routing/more_routing/more_routing.html">
+<link rel="import" href="settings_main_style.html">
<!-- Drivers manage how the URL is read, and how to navigate to URLs. "path"
based driver means URLs like /a11y are generated. For more details, see
@@ -14,7 +15,7 @@
<more-routing-config driver="path"></more-routing-config>
<polymer-element name="cr-settings-main">
<template>
- <link rel="stylesheet" href="settings_main.css">
+ <core-style ref="settingsMainStyle"></core-style>
<div id="mainContainer">
<content select="core-icon-button"></content>
<more-route-selector>

Powered by Google App Engine
This is Rietveld 408576698