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

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: modified according to reviewer comments 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..11b50af38656483d660e679f48c2a3b8f307f724 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() const;
// Accessibility accessors, overridden from View:
virtual AccessibilityTypes::Role GetAccessibleRole() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698