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

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

Issue 918913002: Add a <cr-input> element to cr_elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove @method 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 d31d179a694878129f07f34269c174f9c982231e..ee547cdc2f9461582cd8da85a8ade20fb4e59dd0 100644
--- a/chrome/browser/resources/md_settings/md_settings.html
+++ b/chrome/browser/resources/md_settings/md_settings.html
@@ -7,6 +7,7 @@
href="chrome://resources/cr_elements/cr_checkbox/cr_checkbox.html">
<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">
<link rel="import"
href="chrome://resources/polymer/paper-button/paper-button.html">
</head>
@@ -18,6 +19,10 @@
<paper-button id="manage-button" raised>Manage</paper-button>
<cr-toggle-button checked></cr-toggle-button>
<cr-checkbox checked></cr-checkbox>
+ <section>
+ <h3>cr-input</h3>
+ <cr-input label="Enter Something!"></cr-input>
+ </section>
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698