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

Unified Diff: views/controls/textfield/textfield.h

Issue 6384004: Browser should get notified if a views textfield changes focus. In addition, (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Minor changes that were missed in last patch Created 9 years, 11 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: views/controls/textfield/textfield.h
diff --git a/views/controls/textfield/textfield.h b/views/controls/textfield/textfield.h
index 690e825aa20b2c1e731ee74478780b2e653d29f1..42f423c0f131627edc87909d6f49c62e24015c7d 100644
--- a/views/controls/textfield/textfield.h
+++ b/views/controls/textfield/textfield.h
@@ -269,6 +269,7 @@ class Textfield : public View {
virtual void WillGainFocus();
virtual void DidGainFocus();
virtual void WillLoseFocus();
+ virtual View::ContentType GetContentType();
// Accessibility accessors, overridden from View:
virtual AccessibilityTypes::Role GetAccessibleRole() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698