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

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

Issue 1080003003: Convert checkbox.css to checkbox_style.html. See http://goo.gl/vIGSCO for more information. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/checkbox/checkbox.html
diff --git a/chrome/browser/resources/settings/checkbox/checkbox.html b/chrome/browser/resources/settings/checkbox/checkbox.html
index e660fdbda9a671e5c1a70f265ac00e83e395b01f..8b961bc8347df122aac475f3c6d3cd0c0e3b9354 100644
--- a/chrome/browser/resources/settings/checkbox/checkbox.html
+++ b/chrome/browser/resources/settings/checkbox/checkbox.html
@@ -1,11 +1,12 @@
<link rel="import" href="chrome://resources/polymer/core-label/core-label.html">
<link rel="import" href="chrome://resources/cr_elements/cr_checkbox/cr_checkbox.html">
<link rel="import" href="chrome://resources/cr_elements/cr_events/cr_events.html">
+<link rel="import" href="chrome://md-settings/checkbox/checkbox_style.html">
michaelpg 2015/04/15 02:07:37 nit: can we do href="checkbox_style.html", like ho
Kyle Horimoto 2015/04/15 19:08:16 Done.
<link rel="import" href="chrome://md-settings/pref_tracker/pref_tracker.html">
<polymer-element name="cr-settings-checkbox">
<template>
- <link rel="stylesheet" href="checkbox.css">
+ <core-style ref="checkboxStyle"></core-style>
<cr-events id="events"></cr-events>
<cr-settings-pref-tracker pref="{{pref}}"></cr-settings-pref-tracker>

Powered by Google App Engine
This is Rietveld 408576698