Index: chrome/renderer/searchbox/searchbox.h |
diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h |
index 4858021bf132a11e9a07d789e5d9b7b6340a7684..f294d82d8f60c601d810e2fd7ef4dc21ef1344be 100644 |
--- a/chrome/renderer/searchbox/searchbox.h |
+++ b/chrome/renderer/searchbox/searchbox.h |
@@ -31,8 +31,11 @@ class SearchBox : public content::RenderViewObserver, |
// Sends ChromeViewHostMsg_LogEvent to the browser. |
void LogEvent(NTPLoggingEventType event); |
- // Sends ChromeViewHostMsg_LogImpression to the browser. |
- void LogImpression(int position, const base::string16& provider); |
+ // Sends ChromeViewHostMsg_LogMostVisitedImpression to the browser. |
+ void LogMostVisitedImpression(int position, const base::string16& provider); |
+ |
+ // Sends ChromeViewHostMsg_LogMostVisitedNavigation to the browser. |
+ void LogMostVisitedNavigation(int position, const base::string16& provider); |
// Sends ChromeViewHostMsg_ChromeIdentityCheck to the browser. |
void CheckIsUserSignedInToChromeAs(const base::string16& identity); |