Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 48533) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -929,6 +929,10 @@ |
// Temporary flag to prevent Flash from negotiating the Core Animation drawing |
// model. This will be removed once the last issues have been resolved. |
const char kDisableFlashCoreAnimation[] = "disable-flash-core-animation"; |
+ |
+// Use NSS instead of the system SSL library for SSL. |
+// This is a temporary testing flag. |
+const char kUseNSSForSSL[] = "use-nss-for-ssl"; |
#else |
// Enable Kiosk mode. |
const char kKioskMode[] = "kiosk"; |