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