Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index b3231f73197165f98f8e1afa827a465ec94f35d8..a728b40838241ad100fee5a501c84ce850f8968d 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -705,6 +705,12 @@ const char kKeepAliveForTest[] = "keep-alive-for-test"; |
// Load an extension from the specified directory. |
const char kLoadExtension[] = "load-extension"; |
+// Load 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 flag once cryptohomed work has landed. |
+const char kLoadOpencryptoki[] = "load-opencryptoki"; |
+ |
// Uninstall an extension with the specified extension id. |
const char kUninstallExtension[] = "uninstall-extension"; |