summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_edit.h
diff options
context:
space:
mode:
authorjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-05 23:31:39 +0000
committerjcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-05 23:31:39 +0000
commit12338015077b13e550ce7c4201f8faf8cd858ca5 (patch)
tree1417460d9042577a0560d90d31fe3d2684af5700 /chrome/browser/autocomplete/autocomplete_edit.h
parent5b1de14a065c0bc793fbdffdf5004a8181aae1ef (diff)
downloadchromium_src-12338015077b13e550ce7c4201f8faf8cd858ca5.zip
chromium_src-12338015077b13e550ce7c4201f8faf8cd858ca5.tar.gz
chromium_src-12338015077b13e550ce7c4201f8faf8cd858ca5.tar.bz2
Reverting the NativeViewHostWin focus refactoring.
It seems the added subclassing is causing crashers in the field. BUG=23861 TEST=None TBR=beng Review URL: http://codereview.chromium.org/259052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28061 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete/autocomplete_edit.h')
-rw-r--r--chrome/browser/autocomplete/autocomplete_edit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_edit.h b/chrome/browser/autocomplete/autocomplete_edit.h
index 7b29b7f..6a8c6d6 100644
--- a/chrome/browser/autocomplete/autocomplete_edit.h
+++ b/chrome/browser/autocomplete/autocomplete_edit.h
@@ -47,6 +47,9 @@ class AutocompleteEditController {
// the edit is guaranteed to be showing the permanent text.
virtual void OnInputInProgress(bool in_progress) = 0;
+ // Called whenever the autocomplete edit gets focused.
+ virtual void OnSetFocus() = 0;
+
// Returns the favicon of the current page.
virtual SkBitmap GetFavIcon() const = 0;