| Index: chrome/browser/ui/search/instant_tab.h
|
| diff --git a/chrome/browser/ui/search/instant_tab.h b/chrome/browser/ui/search/instant_tab.h
|
| index e879cbaeab27c0d7f592533ffd1ea41b065239d1..97a886d9ee4caadd46fa3d45b3fecb06ad64181d 100644
|
| --- a/chrome/browser/ui/search/instant_tab.h
|
| +++ b/chrome/browser/ui/search/instant_tab.h
|
| @@ -22,10 +22,6 @@ class InstantTab : public InstantPage {
|
| // the page supports the Instant API.
|
| void Init(content::WebContents* contents);
|
|
|
| - // Logs statistics regarding the NTP.
|
| - static void TabDeactivated(content::WebContents* contents);
|
| - static void MostVisitedItemsChanged(content::WebContents* contents);
|
| -
|
| private:
|
| // Overridden from InstantPage:
|
| bool ShouldProcessAboutToNavigateMainFrame() override;
|
|
|