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

Unified Diff: chrome/browser/android/tab_android.h

Issue 2532173002: Cleanup: Remove partial InstantSearch implementation on Android (Closed)
Patch Set: Created 4 years, 1 month 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/android/tab_android.h
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
index 4e52bda84b04dabca0df4ff9cb107dde31780495..1bdebccc7d4f0ac77f5d43bacbb51102ab3cc56e 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -15,9 +15,7 @@
#include "base/callback_forward.h"
#include "base/macros.h"
#include "base/strings/string16.h"
-#include "chrome/browser/search/instant_service_observer.h"
#include "chrome/browser/sync/glue/synced_tab_delegate_android.h"
-#include "chrome/browser/ui/search/search_tab_helper_delegate.h"
#include "chrome/browser/ui/tab_contents/core_tab_helper_delegate.h"
#include "components/favicon/core/favicon_driver_observer.h"
#include "components/infobars/core/infobar_manager.h"
@@ -57,8 +55,6 @@ class PrerenderManager;
}
class TabAndroid : public CoreTabHelperDelegate,
- public InstantServiceObserver,
- public SearchTabHelperDelegate,
public content::NotificationObserver,
public favicon::FaviconDriverObserver {
public:
@@ -135,14 +131,6 @@ class TabAndroid : public CoreTabHelperDelegate,
bool did_start_load,
bool did_finish_load) override;
- // Overridden from InstantServiceObserver:
- void DefaultSearchProviderChanged(
- bool google_base_url_domain_changed) override;
-
- // Overridden from SearchTabHelperDelegate:
- void OnWebContentsInstantSupportDisabled(
- const content::WebContents* web_contents) override;
-
// Overridden from NotificationObserver:
void Observe(int type,
const content::NotificationSource& source,
« no previous file with comments | « chrome/browser/android/omnibox/autocomplete_controller_android.cc ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698