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

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

Issue 1312423003: Turn VariationsService::GetVariationsServerURL into instance method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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 668f48d14e654634a88a79e747e7966f97ef72fb..c0540d24bff87183fb72cb8fa168dc2e302f99f1 100644
--- a/chrome/browser/metrics/variations/variations_service.h
+++ b/chrome/browser/metrics/variations/variations_service.h
@@ -109,8 +109,8 @@ class VariationsService
// Returns the variations server URL, which can vary if a command-line flag is
// set and/or the variations restrict pref is set in |local_prefs|. Declared
// static for test purposes.
- static GURL GetVariationsServerURL(PrefService* local_prefs,
- const std::string& restrict_mode_override);
+ GURL GetVariationsServerURL(PrefService* local_prefs,
+ const std::string& restrict_mode_override);
// Exposed for testing.
static std::string GetDefaultVariationsServerURLForTesting();

Powered by Google App Engine
This is Rietveld 408576698