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

Unified Diff: components/variations/variations_switches.h

Issue 2914163003: Add a command-line flag for overriding variations country. (Closed)
Patch Set: Add missing include. Created 3 years, 7 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 | « components/variations/service/variations_service.cc ('k') | components/variations/variations_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/variations_switches.h
diff --git a/components/variations/variations_switches.h b/components/variations/variations_switches.h
index adebf9b13a19cd6320911128e695aecad68ca0bc..9755dac41455c1594bce279c12137858ae516d30 100644
--- a/components/variations/variations_switches.h
+++ b/components/variations/variations_switches.h
@@ -14,6 +14,7 @@ namespace switches {
extern const char kDisableFieldTrialTestingConfig[];
extern const char kFakeVariationsChannel[];
extern const char kForceFieldTrialParams[];
+extern const char kVariationsOverrideCountry[];
extern const char kVariationsServerURL[];
} // namespace switches
« no previous file with comments | « components/variations/service/variations_service.cc ('k') | components/variations/variations_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698