| 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
|
|
|