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

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: closure linter fix 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
« no previous file with comments | « no previous file | content/browser/webui/shared_resources_data_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..497195d519bb2a434ebc08319bb5ad6a9d75cfbc 100644
--- a/chrome/browser/resources/md_settings/md_settings.html
+++ b/chrome/browser/resources/md_settings/md_settings.html
@@ -4,6 +4,8 @@
<meta charset="utf-8">
<title>Settings</title>
<link rel="import"
+ href="chrome://resources/cr_elements/cr_toggle_button/cr-toggle-button.html">
+ <link rel="import"
href="chrome://resources/polymer/paper-button/paper-button.html">
</head>
<body>
@@ -12,6 +14,7 @@
</header>
<div class="main">
<paper-button id="manage-button" raised>Manage</paper-button>
+ <cr-toggle-button checked></cr-toggle-button>
</div>
</body>
</html>
« no previous file with comments | « no previous file | content/browser/webui/shared_resources_data_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698