| Index: download_action.h
|
| diff --git a/download_action.h b/download_action.h
|
| index 189121b9d175bcc797a9721bbe2a0a62edd59fcf..c0c36f1a4bab6c477378aac8917a17bc7f081135 100644
|
| --- a/download_action.h
|
| +++ b/download_action.h
|
| @@ -87,6 +87,7 @@ class DownloadAction : public Action<DownloadAction>,
|
| const char* bytes, int length);
|
| virtual void TransferComplete(HttpFetcher *fetcher, bool successful);
|
|
|
| + DownloadActionDelegate* delegate() const { return delegate_; }
|
| void set_delegate(DownloadActionDelegate* delegate) {
|
| delegate_ = delegate;
|
| }
|
|
|