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

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

Issue 902053003: Add cr-toggle-button to Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more renames; add to chrome://md-settings Created 5 years, 10 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/md_settings/md_settings.html
diff --git a/chrome/browser/resources/md_settings/md_settings.html b/chrome/browser/resources/md_settings/md_settings.html
index 2b65be8d5e8e2265daffa069c452f67acbeed912..5eace9f22098270a4e3d7e3d16bdee96b2a05078 100644
--- a/chrome/browser/resources/md_settings/md_settings.html
+++ b/chrome/browser/resources/md_settings/md_settings.html
@@ -5,6 +5,8 @@
<title>Settings</title>
<link rel="import"
href="chrome://resources/polymer/paper-button/paper-button.html">
+ <link rel="import"
+ href="chrome://resources/cr_elements/cr_toggle_button/cr-toggle-button.html">
</head>
<body>
<header>
@@ -13,5 +15,8 @@
<div class="main">
<paper-button id="manage-button" raised>Manage</paper-button>
</div>
+ <p>
Jeremy Klein 2015/02/09 18:24:51 Nit: Not that it matters at this point, but I don'
Oren Blasberg 2015/02/09 18:27:32 Or just move this <p>...</p> block within the 'mai
michaelpg 2015/02/09 22:11:19 Done.
+ <cr-toggle-button checked></cr-toggle-button>
+ </p>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698