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

Unified Diff: chrome/browser/ui/search/search_tab_helper.h

Issue 178253008: Redoing Issue 36073011: Allowing file:/// in Instant Extended's Most Visited links. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused consts. Created 6 years, 9 months 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/ui/search/search_tab_helper.h
diff --git a/chrome/browser/ui/search/search_tab_helper.h b/chrome/browser/ui/search/search_tab_helper.h
index cc250d603d4ac80139b673221f4ada918ceb103f..00ee8afba4c9a424e77a0369359ebbe0795f4879 100644
--- a/chrome/browser/ui/search/search_tab_helper.h
+++ b/chrome/browser/ui/search/search_tab_helper.h
@@ -168,8 +168,10 @@ class SearchTabHelper : public content::WebContentsObserver,
virtual void OnUndoMostVisitedDeletion(const GURL& url) OVERRIDE;
virtual void OnUndoAllMostVisitedDeletions() OVERRIDE;
virtual void OnLogEvent(NTPLoggingEventType event) OVERRIDE;
- virtual void OnLogImpression(int position,
- const base::string16& provider) OVERRIDE;
+ virtual void OnLogMostVisitedImpression(
+ int position, const base::string16& provider) OVERRIDE;
+ virtual void OnLogMostVisitedNavigation(
+ int position, const base::string16& provider) OVERRIDE;
virtual void PasteIntoOmnibox(const base::string16& text) OVERRIDE;
virtual void OnChromeIdentityCheck(const base::string16& identity) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698