summaryrefslogtreecommitdiffstats
path: root/content/shell/browser/shell_net_log.h
diff options
context:
space:
mode:
authorHokein.Wu@gmail.com <Hokein.Wu@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-12 11:36:10 +0000
committerHokein.Wu@gmail.com <Hokein.Wu@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-12 11:36:10 +0000
commit9ab639ef5d8e998700677dedd2c3041e15c95485 (patch)
tree51941dab644841e1928e0ca69a4873f7121995a4 /content/shell/browser/shell_net_log.h
parente5bfc1df31e093ba320bbc438021c0684165e9fc (diff)
downloadchromium_src-9ab639ef5d8e998700677dedd2c3041e15c95485.zip
chromium_src-9ab639ef5d8e998700677dedd2c3041e15c95485.tar.gz
chromium_src-9ab639ef5d8e998700677dedd2c3041e15c95485.tar.bz2
Enable net log.
BUG=None TEST=launch app_shell with flag "--log-net-log=/path/to/net_log_file" Review URL: https://codereview.chromium.org/138793006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/browser/shell_net_log.h')
-rw-r--r--content/shell/browser/shell_net_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/browser/shell_net_log.h b/content/shell/browser/shell_net_log.h
index 9846917..1738759 100644
--- a/content/shell/browser/shell_net_log.h
+++ b/content/shell/browser/shell_net_log.h
@@ -14,7 +14,7 @@ namespace content {
class ShellNetLog : public net::NetLog {
public:
- ShellNetLog();
+ explicit ShellNetLog(const std::string& app_name);
virtual ~ShellNetLog();
private: