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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/webui/shared_resources_data_source.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Settings</title> 5 <title>Settings</title>
6 <link rel="import" 6 <link rel="import"
7 href="chrome://resources/cr_elements/cr_toggle_button/cr-toggle-button.htm l">
8 <link rel="import"
7 href="chrome://resources/polymer/paper-button/paper-button.html"> 9 href="chrome://resources/polymer/paper-button/paper-button.html">
8 </head> 10 </head>
9 <body> 11 <body>
10 <header> 12 <header>
11 <h1>Settings</h1> 13 <h1>Settings</h1>
12 </header> 14 </header>
13 <div class="main"> 15 <div class="main">
14 <paper-button id="manage-button" raised>Manage</paper-button> 16 <paper-button id="manage-button" raised>Manage</paper-button>
17 <cr-toggle-button checked></cr-toggle-button>
15 </div> 18 </div>
16 </body> 19 </body>
17 </html> 20 </html>
OLDNEW
« 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