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

Unified Diff: chrome/browser/extensions/api/image_writer_private/write_from_url_operation.cc

Issue 61643015: Adds imageWriterPrivate support for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reorganization and test updates. Created 7 years, 1 month 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
Index: chrome/browser/extensions/api/image_writer_private/write_from_url_operation.cc
diff --git a/chrome/browser/extensions/api/image_writer_private/write_from_url_operation.cc b/chrome/browser/extensions/api/image_writer_private/write_from_url_operation.cc
index dec61bf35d6b2898207538de7b4493ea2f615bf0..b32dc61cecefb9b9c5ee4480b154e97f2c07f9c9 100644
--- a/chrome/browser/extensions/api/image_writer_private/write_from_url_operation.cc
+++ b/chrome/browser/extensions/api/image_writer_private/write_from_url_operation.cc
@@ -166,7 +166,7 @@ void WriteFromUrlOperation::OnDownloadUpdated(content::DownloadItem* download) {
void WriteFromUrlOperation::DownloadComplete() {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
- DVLOG(1) << "Download complete.";
+ DVLOG(0) << "Download complete: " << download_path_.value();
SetProgress(kProgressComplete);

Powered by Google App Engine
This is Rietveld 408576698