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

Unified Diff: components/variations/variations_switches.h

Issue 2465953002: Move Field Trial Utils from chrome/common/variations to components/variations/field_trial_util (Closed)
Patch Set: Moved to components/variations/field_trial_util and chrome switches Created 4 years, 1 month 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: components/variations/variations_switches.h
diff --git a/components/variations/variations_switches.h b/components/variations/variations_switches.h
index 8e768290997989b4966882474d303004ba8d874a..adebf9b13a19cd6320911128e695aecad68ca0bc 100644
--- a/components/variations/variations_switches.h
+++ b/components/variations/variations_switches.h
@@ -11,7 +11,9 @@ namespace switches {
// Alphabetical list of switches specific to the variations component. Document
// each in the .cc file.
+extern const char kDisableFieldTrialTestingConfig[];
extern const char kFakeVariationsChannel[];
+extern const char kForceFieldTrialParams[];
extern const char kVariationsServerURL[];
} // namespace switches
« no previous file with comments | « components/variations/field_trial_config/field_trial_util_unittest.cc ('k') | components/variations/variations_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698