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

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

Issue 2850203002: PaymentHandler: Implement PaymentInstruments.keys(). (Closed)
Patch Set: PaymentHandler: Implement PaymentInstruments.Keys(). 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/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 7fe964f5dd32c4d078dc7fe0be689639e5f6da74..de171d37ec653059e0796dccaf3232f2b0a7d5de 100644
--- a/content/browser/service_worker/service_worker_context_wrapper.h
+++ b/content/browser/service_worker/service_worker_context_wrapper.h
@@ -189,6 +189,9 @@ class CONTENT_EXPORT ServiceWorkerContextWrapper
void GetRegistrationUserData(int64_t registration_id,
const std::vector<std::string>& keys,
const GetUserDataCallback& callback);
+ void GetRegistrationUserDataByKeyPrefix(int64_t registration_id,
+ const std::string& key_prefix,
+ const GetUserDataCallback& callback);
void StoreRegistrationUserData(
int64_t registration_id,
const GURL& origin,
« no previous file with comments | « content/browser/payments/payment_manager_unittest.cc ('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