| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 585e863f73f904e3527e98f0c2a41d9bdbb1e6b3..70daa54d188211a43c30794e910de00f55c5a5ca 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -495,6 +495,9 @@ const char kExplicitlyAllowedPorts[] = "explicitly-allowed-ports";
|
| // Load NPAPI plugins from the specified directory.
|
| const char kExtraPluginDir[] = "extra-plugin-dir";
|
|
|
| +// Resource fetching mode (for lab testing)
|
| +const char kFetchMode[] = "fetch-mode";
|
| +
|
| // This option can be used to force field trials when testing changes locally.
|
| // The argument is a list of name and value pairs, separated by slashes. If a
|
| // trial name is prefixed with an asterisk, that trial will start activated.
|
|
|