Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 5d310e3df88e7c20621c7e0e1cc17fadb1ccf191..a60e09d53cb6c21aa0f7ffa85e66c23de41f3901 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[] = "ssl-key-log-file"; |
+ |
// Values for the kShowSavedCopy flag. |
const char kEnableShowSavedCopyPrimary[] = "primary"; |
const char kEnableShowSavedCopySecondary[] = "secondary"; |