Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Unified Diff: content/browser/background_fetch/background_fetch_context.h

Issue 2796953003: Populate the response blob for finished Background Fetches (Closed)
Patch Set: Populate the response blob for finished Background Fetches Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/background_fetch/background_fetch_context.h
diff --git a/content/browser/background_fetch/background_fetch_context.h b/content/browser/background_fetch/background_fetch_context.h
index 8e16a169809078f96b36bc7b1179275cc66014e8..6d5a4d1b6502d13875d920de4d14e935d053b169 100644
--- a/content/browser/background_fetch/background_fetch_context.h
+++ b/content/browser/background_fetch/background_fetch_context.h
@@ -113,7 +113,9 @@ class CONTENT_EXPORT BackgroundFetchContext
// Called when all processing for the |registration_id| has been finished and
// the job, including its associated data, is ready to be deleted.
- void DeleteRegistration(const BackgroundFetchRegistrationId& registration_id);
+ void DeleteRegistration(
+ const BackgroundFetchRegistrationId& registration_id,
+ const std::vector<std::unique_ptr<BlobHandle>>& blob_handles);
// |this| is owned, indirectly, by the BrowserContext.
BrowserContext* browser_context_;

Powered by Google App Engine
This is Rietveld 408576698