Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 093fc2cabdb7e9e09bbe0920910fb3911579d72b..7fa8eb4d4add39c80b3816651b75a2e40d0f02a6 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -428,6 +428,10 @@ const char kEnableCompositeToTexture[] = "enable-composite-to-texture"; |
| // exceeded. |
| const char kEnableConnectBackupJobs[] = "enable-connect-backup-jobs"; |
| +// Enables establishing revocation information by downloading a set of CRLs |
|
wtc
2011/10/21 23:17:31
Nit: add "certificate" before "revocation".
"perf
agl
2011/10/24 20:44:27
Done.
|
| +// 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"; |