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

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: 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..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";

Powered by Google App Engine
This is Rietveld 408576698