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

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

Issue 2762663002: BackgroundFetchRegistration.abort() should return a Promise. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | content/browser/background_fetch/background_fetch_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/background_fetch/background_fetch_service_impl.h
diff --git a/content/browser/background_fetch/background_fetch_service_impl.h b/content/browser/background_fetch/background_fetch_service_impl.h
index ffc29862fdae9404bebaa6f8dd3167dc47b1ede5..3f03b9cec3040cbacd5920b8b67d82089283b10b 100644
--- a/content/browser/background_fetch/background_fetch_service_impl.h
+++ b/content/browser/background_fetch/background_fetch_service_impl.h
@@ -35,7 +35,8 @@ class BackgroundFetchServiceImpl : public blink::mojom::BackgroundFetchService {
const std::string& title,
const UpdateUICallback& callback) override;
void Abort(int64_t service_worker_registration_id,
- const std::string& tag) override;
+ const std::string& tag,
+ const AbortCallback& callback) override;
void GetRegistration(int64_t service_worker_registration_id,
const std::string& tag,
const GetRegistrationCallback& callback) override;
« no previous file with comments | « no previous file | content/browser/background_fetch/background_fetch_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698