| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 3cf9b30cfc4dc3d5a1c3a32f1dae5428e32c5dab..772ffc70b14e07bb4917d65a07b8ba7cf68b0365 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -434,6 +434,10 @@ const char kEnableCompositeToTexture[] = "enable-composite-to-texture";
|
| // exceeded.
|
| const char kEnableConnectBackupJobs[] = "enable-connect-backup-jobs";
|
|
|
| +// Enables establishing certificate revocation information by downloading a set
|
| +// of CRLs rather than performing on-line checks.
|
| +const char kEnableCRLSets[] = "enable-crl-sets";
|
| +
|
| // Enables web developers to create apps for Chrome without using crx packages.
|
| const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps";
|
|
|
|
|