| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a472eebd43c0a25d5db2fd8059486576712890dc..3c6a4cef8ba475c3dd1da997ecc1e46a8d5ef469 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -692,6 +692,8 @@ const char kInstantFieldTrial[] = "instant-field-trial";
|
| const char kInstantFieldTrialHidden[] = "hidden";
|
| // The field trial is forced into the INSTANT_EXPERIMENT group.
|
| const char kInstantFieldTrialInstant[] = "instant";
|
| +// The field trial is forced into the SILENT_EXPERIMENT group.
|
| +const char kInstantFieldTrialSilent[] = "silent";
|
|
|
| // URL to use for instant. If specified this overrides the url from the
|
| // TemplateURL.
|
|
|