| Index: content/browser/download/download_item_impl.h
|
| diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
|
| index 9b4fe748f5efa6481daf7b55a75724fcea2e8eb1..4a6e31919f3ed0e0db75ccf0bb60c3dec74a9fc4 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -507,6 +507,9 @@ class CONTENT_EXPORT DownloadItemImpl
|
| virtual void UpdateValidatorsOnResumption(
|
| const DownloadCreateInfo& new_create_info);
|
|
|
| + // Cancel a particular request that starts from |offset|.
|
| + void CancelRequestWithOffset(int64_t offset);
|
| +
|
| static DownloadState InternalToExternalState(
|
| DownloadInternalState internal_state);
|
| static DownloadInternalState ExternalToInternalState(
|
|
|