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

Unified Diff: download_action.h

Issue 3620013: AU: Resume interrupted update attempts. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git
Patch Set: fix setup download Created 10 years, 2 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 | « delta_performer_unittest.cc ('k') | filesystem_copier_action.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: download_action.h
diff --git a/download_action.h b/download_action.h
index 62dd29afb51ddb069e30f806774f01f8a69101a9..08035f017b75ed099618b1449b5de9c9161e489a 100644
--- a/download_action.h
+++ b/download_action.h
@@ -93,6 +93,8 @@ class DownloadAction : public Action<DownloadAction>,
delegate_ = delegate;
}
+ HttpFetcher* http_fetcher() { return http_fetcher_.get(); }
+
private:
// The InstallPlan passed in
InstallPlan install_plan_;
« no previous file with comments | « delta_performer_unittest.cc ('k') | filesystem_copier_action.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698