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

Unified Diff: chrome/browser/ui/webui/net_export_ui.cc

Issue 2968723003: Fix net-export file path that is used on desktop. (Closed)
Patch Set: Created 3 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/net_export_ui.cc
diff --git a/chrome/browser/ui/webui/net_export_ui.cc b/chrome/browser/ui/webui/net_export_ui.cc
index 24cad05fa305376d4df489ba23d4dc6a7ccde28d..c9b3adeef2d0302fd41abbeeea6eae52ee068eb8 100644
--- a/chrome/browser/ui/webui/net_export_ui.cc
+++ b/chrome/browser/ui/webui/net_export_ui.cc
@@ -321,7 +321,7 @@ void NetExportMessageHandler::StartNetLog(const base::FilePath& path) {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
file_writer_->StartNetLog(
- base::FilePath(), capture_mode_,
+ path, capture_mode_,
base::CommandLine::ForCurrentProcess()->GetCommandLineString(),
chrome::GetChannelString(), GetURLRequestContexts());
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698