Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 35cb84132de1cc62bf91b21814252f9bcb89d284..deb71122674180580ef9038a725650f9a9291d07 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -234,9 +234,6 @@ const char kDisableExtensionsFileAccessCheck[] = |
const char kDisableExtensionsHttpThrottling[] = |
"disable-extensions-http-throttling"; |
-// Disable field trial tests configured in fieldtrial_testing_config.json. |
-const char kDisableFieldTrialTestingConfig[] = "disable-field-trial-config"; |
- |
// Disables the HTTP/2 protocol. |
const char kDisableHttp2[] = "disable-http2"; |
@@ -531,16 +528,6 @@ const char kFastStart[] = "fast-start"; |
// the app to be installed if it hasn't been already. |
const char kForceAppMode[] = "force-app-mode"; |
-// This option can be used to force parameters of field trials when testing |
-// changes locally. The argument is a param list of (key, value) pairs prefixed |
-// by an associated (trial, group) pair. You specify the param list for multiple |
-// (trial, group) pairs with a comma separator. |
-// Example: |
-// "Trial1.Group1:k1/v1/k2/v2,Trial2.Group2:k3/v3/k4/v4" |
-// Trial names, groups names, parameter names, and value should all be URL |
-// escaped for all non-alphanumeric characters. |
-const char kForceFieldTrialParams[] = "force-fieldtrial-params"; |
- |
// Displays the First Run experience when the browser is started, regardless of |
// whether or not it's actually the First Run (this overrides kNoFirstRun). |
const char kForceFirstRun[] = "force-first-run"; |