| 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,
|
|
|