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

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

Issue 1309843005: Remove more //chrome dependencies from VariationsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@variations_service_get_channel
Patch Set: Response to review 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
Index: chrome/browser/metrics/variations/variations_service.h
diff --git a/chrome/browser/metrics/variations/variations_service.h b/chrome/browser/metrics/variations/variations_service.h
index 831aeb0d67157c23d7c87b7681863b0f2b528684..668f48d14e654634a88a79e747e7966f97ef72fb 100644
--- a/chrome/browser/metrics/variations/variations_service.h
+++ b/chrome/browser/metrics/variations/variations_service.h
@@ -127,7 +127,8 @@ class VariationsService
static scoped_ptr<VariationsService> Create(
scoped_ptr<VariationsServiceClient> client,
PrefService* local_state,
- metrics::MetricsStateManager* state_manager);
+ metrics::MetricsStateManager* state_manager,
+ const char* disable_network_switch);
// Set the PrefService responsible for getting policy-related preferences,
// such as the restrict parameter.

Powered by Google App Engine
This is Rietveld 408576698