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

Unified Diff: content/browser/service_worker/service_worker_context_wrapper.h

Issue 2873683002: PaymentHandler: Implement GetAllPaymentApps(). (Closed)
Patch Set: installed -> stored in public Created 3 years, 7 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/service_worker/service_worker_context_wrapper.h
diff --git a/content/browser/service_worker/service_worker_context_wrapper.h b/content/browser/service_worker/service_worker_context_wrapper.h
index de171d37ec653059e0796dccaf3232f2b0a7d5de..599c157346d86f351ffcf5ea9d332a6c30cbe422 100644
--- a/content/browser/service_worker/service_worker_context_wrapper.h
+++ b/content/browser/service_worker/service_worker_context_wrapper.h
@@ -203,6 +203,9 @@ class CONTENT_EXPORT ServiceWorkerContextWrapper
void GetUserDataForAllRegistrations(
const std::string& key,
const GetUserDataForAllRegistrationsCallback& callback);
+ void GetUserDataForAllRegistrationsByKeyPrefix(
+ const std::string& key_prefix,
+ const GetUserDataForAllRegistrationsCallback& callback);
// This function can be called from any thread, but the callback will always
// be called on the UI thread.
« no previous file with comments | « content/browser/payments/payment_manager.h ('k') | content/browser/service_worker/service_worker_context_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698