summaryrefslogtreecommitdiffstats
path: root/ash/shell/content_client
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 /ash/shell/content_client
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 'ash/shell/content_client')
-rw-r--r--ash/shell/content_client/shell_browser_main_parts.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/shell/content_client/shell_browser_main_parts.cc b/ash/shell/content_client/shell_browser_main_parts.cc
index 8e436fb..75713c36 100644
--- a/ash/shell/content_client/shell_browser_main_parts.cc
+++ b/ash/shell/content_client/shell_browser_main_parts.cc
@@ -102,7 +102,7 @@ void ShellBrowserMainParts::ToolkitInitialized() {
}
void ShellBrowserMainParts::PreMainMessageLoopRun() {
- net_log_.reset(new content::ShellNetLog());
+ net_log_.reset(new content::ShellNetLog("ash_shell"));
browser_context_.reset(new content::ShellBrowserContext(
false, net_log_.get()));