| Index: chrome/browser/net/chrome_net_log.cc
|
| ===================================================================
|
| --- chrome/browser/net/chrome_net_log.cc (revision 70414)
|
| +++ chrome/browser/net/chrome_net_log.cc (working copy)
|
| @@ -67,7 +67,8 @@
|
|
|
| const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| if (command_line.HasSwitch(switches::kLogNetLog)) {
|
| - net_log_logger_.reset(new NetLogLogger());
|
| + net_log_logger_.reset(new NetLogLogger(
|
| + command_line.GetSwitchValuePath(switches::kLogNetLog)));
|
| AddObserver(net_log_logger_.get());
|
| }
|
| }
|
|
|