| 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 981b1ea73fd2a63f6cf5fccfd9b1fd24bb94d018..e879cbaeab27c0d7f592533ffd1ea41b065239d1 100644
|
| --- a/chrome/browser/ui/search/instant_tab.h
|
| +++ b/chrome/browser/ui/search/instant_tab.h
|
| @@ -22,8 +22,9 @@ class InstantTab : public InstantPage {
|
| // the page supports the Instant API.
|
| void Init(content::WebContents* contents);
|
|
|
| - // Logs a number of statistics regarding the NTP.
|
| - static void EmitNtpStatistics(content::WebContents* contents);
|
| + // Logs statistics regarding the NTP.
|
| + static void TabDeactivated(content::WebContents* contents);
|
| + static void MostVisitedItemsChanged(content::WebContents* contents);
|
|
|
| private:
|
| // Overridden from InstantPage:
|
|
|