| Index: download_action.h
|
| diff --git a/download_action.h b/download_action.h
|
| index 08035f017b75ed099618b1449b5de9c9161e489a..d0ac175f737d7c631558245addcee85a12c722f9 100644
|
| --- a/download_action.h
|
| +++ b/download_action.h
|
| @@ -86,6 +86,7 @@ class DownloadAction : public Action<DownloadAction>,
|
| // HttpFetcherDelegate methods (see http_fetcher.h)
|
| virtual void ReceivedBytes(HttpFetcher *fetcher,
|
| const char* bytes, int length);
|
| + virtual void SeekToOffset(off_t offset);
|
| virtual void TransferComplete(HttpFetcher *fetcher, bool successful);
|
|
|
| DownloadActionDelegate* delegate() const { return delegate_; }
|
|
|