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

Unified Diff: chrome/browser/ui/search/search_tab_helper.cc

Issue 2376633002: Small cleanup in SearchTabHelper (Closed)
Patch Set: rebase Created 4 years 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: chrome/browser/ui/search/search_tab_helper.cc
diff --git a/chrome/browser/ui/search/search_tab_helper.cc b/chrome/browser/ui/search/search_tab_helper.cc
index 4264cbd0029175feb34a0e58684fa5f17ef45cc2..e9c6395d792d358fcd93017efa883c43e6c109a0 100644
--- a/chrome/browser/ui/search/search_tab_helper.cc
+++ b/chrome/browser/ui/search/search_tab_helper.cc
@@ -186,10 +186,6 @@ void SearchTabHelper::NavigationEntryUpdated() {
UpdateMode(false);
}
-bool SearchTabHelper::SupportsInstant() const {
- return model_.instant_support() == INSTANT_SUPPORT_YES;
-}
-
void SearchTabHelper::SetSuggestionToPrefetch(
const InstantSuggestion& suggestion) {
ipc_router_.SetSuggestionToPrefetch(suggestion);
« chrome/browser/ui/search/search_tab_helper.h ('K') | « chrome/browser/ui/search/search_tab_helper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698