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

Unified Diff: components/download/public/download_params.cc

Issue 2870753003: Add a Model to the download component. (Closed)
Patch Set: Renamed test base class Created 3 years, 7 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 | « components/download/public/download_params.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/download/public/download_params.cc
diff --git a/components/download/public/download_params.cc b/components/download/public/download_params.cc
index d0be2882e0161afb87532e929a671ba924d5d415..f24d467b7631ab3449d14276b8ab2c70fe6f6167 100644
--- a/components/download/public/download_params.cc
+++ b/components/download/public/download_params.cc
@@ -15,8 +15,7 @@ SchedulingParams::SchedulingParams()
RequestParams::RequestParams() : method("GET") {}
-DownloadParams::DownloadParams()
- : client(DownloadClient::DOWNLOAD_CLIENT_INVALID) {}
+DownloadParams::DownloadParams() : client(DownloadClient::INVALID) {}
DownloadParams::DownloadParams(const DownloadParams& other) = default;
« no previous file with comments | « components/download/public/download_params.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698