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

Unified Diff: content/browser/download/download_file_impl.cc

Issue 10542089: Power save blocker: switch to new implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
Index: content/browser/download/download_file_impl.cc
===================================================================
--- content/browser/download/download_file_impl.cc (revision 141149)
+++ content/browser/download/download_file_impl.cc (working copy)
@@ -33,7 +33,7 @@
DownloadRequestHandleInterface* request_handle,
DownloadManager* download_manager,
bool calculate_hash,
- scoped_ptr<PowerSaveBlocker> power_save_blocker,
+ scoped_ptr<content::PowerSaveBlocker> power_save_blocker,
const net::BoundNetLog& bound_net_log)
: file_(info->save_info.file_path,
info->url(),

Powered by Google App Engine
This is Rietveld 408576698