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

Unified Diff: chrome/renderer/searchbox/searchbox.h

Issue 2117373002: Cleanup: Change LogMostVisitedImpression|Navigation APIs to take an enum (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ntp_uma_cleanup
Patch Set: rebase Created 4 years, 5 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
« no previous file with comments | « chrome/common/search/ntp_logging_events.h ('k') | chrome/renderer/searchbox/searchbox.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/searchbox/searchbox.h
diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
index 0a5f1689fcdfc883d96820e03373d128c12cbddd..528a034b7529b4363680a0418b1192bb676a6d2c 100644
--- a/chrome/renderer/searchbox/searchbox.h
+++ b/chrome/renderer/searchbox/searchbox.h
@@ -54,10 +54,10 @@ class SearchBox : public content::RenderViewObserver,
void LogEvent(NTPLoggingEventType event);
// Sends ChromeViewHostMsg_LogMostVisitedImpression to the browser.
- void LogMostVisitedImpression(int position, const base::string16& provider);
+ void LogMostVisitedImpression(int position, NTPLoggingTileSource tile_source);
// Sends ChromeViewHostMsg_LogMostVisitedNavigation to the browser.
- void LogMostVisitedNavigation(int position, const base::string16& provider);
+ void LogMostVisitedNavigation(int position, NTPLoggingTileSource tile_source);
// Sends ChromeViewHostMsg_ChromeIdentityCheck to the browser.
void CheckIsUserSignedInToChromeAs(const base::string16& identity);
« no previous file with comments | « chrome/common/search/ntp_logging_events.h ('k') | chrome/renderer/searchbox/searchbox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698