Chromium Code Reviews| 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_; |