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

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

Issue 1298743004: Abstract BrowserProcess dependency from VariationsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@variations_service_client
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 dfaa202fcff78e919bf4ff950445cd3c2e8bfbe6..5326fd1ef09ca1490b57e7bb697ff3289d5dc017 100644
--- a/chrome/browser/metrics/variations/chrome_variations_service_client.h
+++ b/chrome/browser/metrics/variations/chrome_variations_service_client.h
@@ -18,6 +18,8 @@ class ChromeVariationsServiceClient
// chrome_variations::VariationsServiceClient:
std::string GetApplicationLocale() override;
+ net::URLRequestContextGetter* GetURLRequestContext() override;
+ network_time::NetworkTimeTracker* GetNetworkTimeTracker() override;
private:
DISALLOW_COPY_AND_ASSIGN(ChromeVariationsServiceClient);
« 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