Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(668)

Unified Diff: chrome/common/chrome_switches.cc

Issue 1403863002: Enable exporting SSLKEYLOGFILE on Android w/ command line arguments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wrapping up Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 5d310e3df88e7c20621c7e0e1cc17fadb1ccf191..e77fd904840a4d46b02ebfe4336ede85394f6084 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -975,6 +975,12 @@ const char kShowAppList[] = "show-app-list";
// refers to button placement (for experiment).
const char kShowSavedCopy[] = "show-saved-copy";
+// Causes SSL key material to be logged to the specified file for debugging
+// purposes. See
+// https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Key_Log_Format
+// for the format.
+const char kSSLKeyLogFile[] = "ssl-key-log-file";
+
// Values for the kShowSavedCopy flag.
const char kEnableShowSavedCopyPrimary[] = "primary";
const char kEnableShowSavedCopySecondary[] = "secondary";

Powered by Google App Engine
This is Rietveld 408576698