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

Unified Diff: ui/views/examples/textfield_example.h

Issue 15684004: Refine Views textfield state interaction, testing, and examples. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add and expand on comments. Created 7 years, 7 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
« no previous file with comments | « ui/views/controls/textfield/textfield.cc ('k') | ui/views/examples/textfield_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/textfield_example.h
diff --git a/ui/views/examples/textfield_example.h b/ui/views/examples/textfield_example.h
index 9b994ef176cca9767cc6ab59743c26bb35ff1411..2f3b38222799e38fc0f1589e5c3ad0e2748e55b0 100644
--- a/ui/views/examples/textfield_example.h
+++ b/ui/views/examples/textfield_example.h
@@ -46,6 +46,7 @@ class TextfieldExample : public ExampleBase,
// Textfields for name and password.
Textfield* name_;
Textfield* password_;
+ Textfield* read_only_;
// Various buttons to control textfield.
LabelButton* show_password_;
« no previous file with comments | « ui/views/controls/textfield/textfield.cc ('k') | ui/views/examples/textfield_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698