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

Unified Diff: chrome/browser/metrics/variations/chrome_variations_service_client.h

Issue 1310253004: Have VariationsService get version for simulation callback from client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@variations_service_browser_thread
Patch Set: Rebase Created 5 years, 4 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 | « no previous file | chrome/browser/metrics/variations/chrome_variations_service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/variations/chrome_variations_service_client.h
diff --git a/chrome/browser/metrics/variations/chrome_variations_service_client.h b/chrome/browser/metrics/variations/chrome_variations_service_client.h
index 57e370d7f17a113a832a0f6e4c65d84054abb6f4..a4ba9b2004da1c83a33175c55ab3ef14f3896005 100644
--- a/chrome/browser/metrics/variations/chrome_variations_service_client.h
+++ b/chrome/browser/metrics/variations/chrome_variations_service_client.h
@@ -23,6 +23,8 @@ class ChromeVariationsServiceClient
// chrome_variations::VariationsServiceClient:
std::string GetApplicationLocale() override;
base::SequencedWorkerPool* GetBlockingPool() override;
+ base::Callback<base::Version(void)> GetVersionForSimulationCallback()
+ override;
net::URLRequestContextGetter* GetURLRequestContext() override;
network_time::NetworkTimeTracker* GetNetworkTimeTracker() override;
void OnInitialStartup() override;
« no previous file with comments | « no previous file | chrome/browser/metrics/variations/chrome_variations_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698