Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 5d310e3df88e7c20621c7e0e1cc17fadb1ccf191..fc42d9b480270f5e11b7d2b2a82d6735a2623b81 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -975,6 +975,9 @@ const char kShowAppList[] = "show-app-list"; |
// refers to button placement (for experiment). |
const char kShowSavedCopy[] = "show-saved-copy"; |
+// Command line flag exporting SSL key to the file path provided. |
+const char kSSLKeyLogFile[] = "sslkey-log-file"; |
davidben
2015/10/13 16:07:39
Nit: I'd probably call this ssl-key-log-file
Zhongyi Shi
2015/10/15 00:26:52
Done.
|
+ |
// Values for the kShowSavedCopy flag. |
const char kEnableShowSavedCopyPrimary[] = "primary"; |
const char kEnableShowSavedCopySecondary[] = "secondary"; |