X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fbrowser%2Fdownload%2Fdownload_file_impl.h;h=2ba3d8d058e27211d3eaefc32c9e177f511e67d1;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=9a50870fb2a0f2286db1d84f94b6abc62e948459;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/browser/download/download_file_impl.h b/src/content/browser/download/download_file_impl.h index 9a50870..2ba3d8d 100644 --- a/src/content/browser/download/download_file_impl.h +++ b/src/content/browser/download/download_file_impl.h @@ -22,7 +22,6 @@ namespace content { class ByteStreamReader; class DownloadDestinationObserver; class DownloadManager; -class PowerSaveBlocker; struct DownloadCreateInfo; class CONTENT_EXPORT DownloadFileImpl : virtual public DownloadFile { @@ -43,7 +42,6 @@ class CONTENT_EXPORT DownloadFileImpl : virtual public DownloadFile { bool calculate_hash, scoped_ptr stream, const net::BoundNetLog& bound_net_log, - scoped_ptr power_save_blocker, base::WeakPtr observer); virtual ~DownloadFileImpl(); @@ -105,9 +103,6 @@ class CONTENT_EXPORT DownloadFileImpl : virtual public DownloadFile { base::WeakPtrFactory weak_factory_; - // RAII handle to keep the system from sleeping while we're downloading. - scoped_ptr power_save_blocker_; - DISALLOW_COPY_AND_ASSIGN(DownloadFileImpl); };