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

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: 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 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>

Powered by Google App Engine
This is Rietveld 408576698