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

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: Expand cut/copy/paste test. 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
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_;

Powered by Google App Engine
This is Rietveld 408576698