| Index: chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
|
| diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
|
| index 22d25a03d43427e328bb5461bf9372795f56b424..4787db599ea7bd7c937622d46e555108fbe2e7f4 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
|
| +++ b/chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc
|
| @@ -765,8 +765,7 @@ void AutocompleteEditViewGtk::SetInstantSuggestion(const string16& suggestion) {
|
| gtk_widget_hide(instant_view_);
|
| return;
|
| }
|
| - if (InstantController::IsEnabled(model_->profile(),
|
| - InstantController::PREDICTIVE_TYPE)
|
| + if (InstantController::IsEnabled(model_->profile())
|
| #if GTK_CHECK_VERSION(2, 20, 0)
|
| && preedit_.empty()
|
| #endif
|
|
|