| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index fa17dd02ac86802c0affbb7de6d184c45c296cbc..2768c6f08a67e4f539bcd4ec15309eb67a2f9c0a 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -851,13 +851,6 @@ const char kDisableCloudPolicyOnSignin[] = "disable-cloud-policy-on-signin";
|
| // Loads an extension from the specified directory.
|
| const char kLoadExtension[] = "load-extension";
|
|
|
| -// Loads the opencryptoki library into NSS at startup. This is only needed
|
| -// temporarily for developers who need to work on WiFi/VPN certificate code.
|
| -//
|
| -// TODO(gspencer): Remove this switch once cryptohomed work is finished:
|
| -// http://crosbug.com/12295 and http://crosbug.com/12304
|
| -const char kLoadOpencryptoki[] = "load-opencryptoki";
|
| -
|
| // Enables displaying net log events on the command line, or writing the events
|
| // to a separate file if a file name is given.
|
| const char kLogNetLog[] = "log-net-log";
|
|
|