| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c452036fb5d6b8f84a0fc66e04e3afdef5dfdabd..9939a8c3304d858d39f6c0ac088d1b22f5b4284a 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -139,11 +139,6 @@ const char kCertificateTransparencyLog[] =
|
| // purposes.
|
| const char kCheckForUpdateIntervalSec[] = "check-for-update-interval";
|
|
|
| -// Checks the cloud print connector policy, informing the service process if
|
| -// the policy is set to disallow the connector, then quits.
|
| -const char kCheckCloudPrintConnectorPolicy[] =
|
| - "check-cloud-print-connector-policy";
|
| -
|
| // Comma-separated list of SSL cipher suites to disable.
|
| const char kCipherSuiteBlacklist[] = "cipher-suite-blacklist";
|
|
|
|
|