Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index acb8fd950a1a360c4270a82f410cd99af4ae6e99..e6bcc36f30317f47e0707c4f817e52e96e24c8e0 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. |