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 0211effaabf3b3f766bd6803d2356c7abae6dd07..c21fbb6c7197faa6daf57230571da8760212455b 100644 |
--- a/chrome/browser/resources/md_settings/md_settings.html |
+++ b/chrome/browser/resources/md_settings/md_settings.html |
@@ -5,6 +5,7 @@ |
<title>Settings</title> |
<link rel="import" |
href="chrome://resources/cr_elements/cr_toggle_button/cr_toggle_button.html"> |
+ <link rel="import" href="chrome://resources/cr_elements/cr_input/cr_input.html"> |
michaelpg
2015/02/13 00:08:28
nit: let's ask dbeam whether the 80-char limit app
Jeremy Klein
2015/02/13 00:22:54
I thought it was 100 for html, but it could be dif
michaelpg
2015/02/18 00:17:17
It's definitely 80 for html in Chromium. I'd still
|
<link rel="import" |
href="chrome://resources/polymer/paper-button/paper-button.html"> |
</head> |
@@ -15,6 +16,10 @@ |
<div class="main"> |
<paper-button id="manage-button" raised>Manage</paper-button> |
<cr-toggle-button checked></cr-toggle-button> |
+ <section> |
+ <h3>cr-input</h3> |
+ <cr-input></cr-input> |
+ </section> |
</div> |
</body> |
</html> |