Chromium Code Reviews| 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> |