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

Unified Diff: chrome/browser/io_thread.h

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
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/io_thread.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 5ef542fb8b2312b9cfe45a1a50ae0b08179a284c..4dcbba8f7a2172bf451c9bb004fb4f8b891c4852 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -266,6 +266,12 @@ class IOThread : public content::BrowserThreadDelegate {
friend class test::IOThreadPeer;
+ // Gets file path into ssl_keylog_file from command line argument or
+ // environment variable. Command line argument has priority when
+ // both specified.
+ void GetSSLKeyLogFile(const base::CommandLine& command_line,
Bryan McQuade 2015/10/15 19:11:13 this should return std::string rather than using a
Zhongyi Shi 2015/10/15 19:47:57 Done.
+ std::string& ssl_keylog_file);
+
// BrowserThreadDelegate implementation, runs on the IO thread.
// This handles initialization and destruction of state that must
// live on the IO thread.
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | chrome/browser/io_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698