| Index: chrome/browser/autocomplete/autocomplete_edit_view_gtk.h
|
| diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h
|
| index 2f51e888d69283d610ad110d42915aacaabd4441..64fd6a216dea30e99fe9c87146e12d5db2504ddb 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h
|
| +++ b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h
|
| @@ -60,9 +60,6 @@ class AutocompleteEditViewGtk : public AutocompleteEditView,
|
|
|
| GtkWidget* widget() { return alignment_.get(); }
|
|
|
| - // Grab keyboard input focus, putting focus on the location widget.
|
| - void SetFocus();
|
| -
|
| // Returns the width, in pixels, needed to display the current text. The
|
| // returned value includes margins and borders.
|
| int TextWidth();
|
| @@ -103,6 +100,8 @@ class AutocompleteEditViewGtk : public AutocompleteEditView,
|
| virtual void UpdatePopup();
|
| virtual void ClosePopup();
|
|
|
| + virtual void SetFocus();
|
| +
|
| virtual void OnTemporaryTextMaybeChanged(const std::wstring& display_text,
|
| bool save_original_selection);
|
| virtual bool OnInlineAutocompleteTextMaybeChanged(
|
|
|