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

Unified Diff: chrome/browser/ui/search/search_tab_helper_delegate.h

Issue 2736243002: Remove SearchTabHelperDelegate::OnWebContentsInstantSupportDisabled (Closed)
Patch Set: Created 3 years, 9 months 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_delegate.h
diff --git a/chrome/browser/ui/search/search_tab_helper_delegate.h b/chrome/browser/ui/search/search_tab_helper_delegate.h
index f5a501f69ec5c8a74b36ad60c068c9dc627991f2..f0e7330c8db307711c8d083089acdf88480bbb72 100644
--- a/chrome/browser/ui/search/search_tab_helper_delegate.h
+++ b/chrome/browser/ui/search/search_tab_helper_delegate.h
@@ -5,20 +5,12 @@
#ifndef CHROME_BROWSER_UI_SEARCH_SEARCH_TAB_HELPER_DELEGATE_H_
#define CHROME_BROWSER_UI_SEARCH_SEARCH_TAB_HELPER_DELEGATE_H_
-namespace content {
-class WebContents;
-}
-
class OmniboxView;
-// Objects implement this interface to get notified about changes in the
-// SearchTabHelper and to provide necessary functionality.
+// Objects implement this interface to provide necessary functionality to
+// SearchTabHelper.
class SearchTabHelperDelegate {
public:
- // Invoked when the |web_contents| no longer supports Instant.
- virtual void OnWebContentsInstantSupportDisabled(
- const content::WebContents* web_contents);
-
// Returns the OmniboxView or NULL if not available.
virtual OmniboxView* GetOmniboxView();

Powered by Google App Engine
This is Rietveld 408576698