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 2e45edcdd08cde892e4907797f03be02c0a1fbab..0c513ec025a318777a94ceb9bd5fe289ffdeed1c 100644 |
--- a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h |
+++ b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.h |
@@ -185,13 +185,6 @@ class AutocompleteEditViewGtk : public AutocompleteEditView, |
bool CommitInstantSuggestion(); |
- // Used by LocationBarViewGtk to inform AutocompleteEditViewGtk if the tab to |
- // search should be enabled or not. See the comment of |enable_tab_to_search_| |
- // for details. |
- void set_enable_tab_to_search(bool enable) { |
- enable_tab_to_search_ = enable; |
- } |
- |
GtkWidget* text_view() { |
return text_view_; |
} |
@@ -495,11 +488,6 @@ class AutocompleteEditViewGtk : public AutocompleteEditView, |
// is needed. |
CharRange strikethrough_; |
- // Indicate if the tab to search should be enabled or not. It's true by |
- // default and will only be set to false if the location bar view is not able |
- // to show the tab to search hint. |
- bool enable_tab_to_search_; |
- |
// Indicates if the selected text is suggested text or not. If the selection |
// is not suggested text, that means the user manually made the selection. |
bool selection_suggested_; |