| Index: content/browser/background_fetch/background_fetch_data_manager.h
|
| diff --git a/content/browser/background_fetch/background_fetch_data_manager.h b/content/browser/background_fetch/background_fetch_data_manager.h
|
| index 921e8a9489d7c6b4df910ccaa7bf373e84e927a6..6267a457bbbc5c11e2de9d2136e1886bf2c10373 100644
|
| --- a/content/browser/background_fetch/background_fetch_data_manager.h
|
| +++ b/content/browser/background_fetch/background_fetch_data_manager.h
|
| @@ -22,7 +22,7 @@
|
| namespace content {
|
|
|
| class BrowserContext;
|
| -class BlobHandle;
|
| +class ChromeBlobStorageContext;
|
|
|
| // The BackgroundFetchDataManager keeps track of all of the outstanding requests
|
| // which are in process in the DownloadManager. When Chromium restarts, it is
|
| @@ -79,9 +79,10 @@ class CONTENT_EXPORT BackgroundFetchDataManager {
|
| const std::string& job_guid,
|
| size_t request_index);
|
|
|
| - void DidGetRequestResponse(const std::string& job_guid,
|
| - int request_sequence_number,
|
| - std::unique_ptr<BlobHandle> blob_handle);
|
| + void DidGetBlobStorageContext(
|
| + const std::string& job_guid,
|
| + const BackgroundFetchResponseCompleteCallback& callback,
|
| + ChromeBlobStorageContext* blob_context);
|
|
|
| // Indirectly, this is owned by the BrowserContext.
|
| BrowserContext* browser_context_;
|
|
|