Chromium Code Reviews| Index: chrome/browser/ui/search/instant_page.h |
| diff --git a/chrome/browser/ui/search/instant_page.h b/chrome/browser/ui/search/instant_page.h |
| index c11efe6de1f090d4c5517fb9938de8a7802e6a8d..dbc4303c7d72d2962708538bc8667f5e50152caa 100644 |
| --- a/chrome/browser/ui/search/instant_page.h |
| +++ b/chrome/browser/ui/search/instant_page.h |
| @@ -92,6 +92,9 @@ class InstantPage : public content::WebContentsObserver, |
| WindowOpenDisposition disposition, |
| bool is_search_type) = 0; |
| + // Used to log in UMA the total number of mouseovers over NTP tiles/titles. |
|
Jered
2013/06/28 16:24:17
Remove this.
annark1
2013/06/28 18:38:22
Done.
|
| + virtual void LogIframeHover() = 0; |
| + |
| // Called when the SearchBox wants to delete a Most Visited item. |
| virtual void DeleteMostVisitedItem(const GURL& url) = 0; |
| @@ -213,6 +216,7 @@ class InstantPage : public content::WebContentsObserver, |
| content::PageTransition transition, |
| WindowOpenDisposition disposition, |
| bool is_search_type); |
| + void OnLogIframeHover(int page_id); |
| void OnDeleteMostVisitedItem(int page_id, const GURL& url); |
| void OnUndoMostVisitedDeletion(int page_id, const GURL& url); |
| void OnUndoAllMostVisitedDeletions(int page_id); |