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

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

Issue 2958333002: [Payments] Implement web payment app manifest (Closed)
Patch Set: use url::Origin Created 3 years, 6 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 a41d24539c4d0d08b3f70a0c9328b7b76858048a..9adf6645fb28efef35cc82fdadd2328af6886b74 100644
--- a/content/browser/service_worker/service_worker_context_wrapper.h
+++ b/content/browser/service_worker/service_worker_context_wrapper.h
@@ -132,6 +132,10 @@ class CONTENT_EXPORT ServiceWorkerContextWrapper
void HasMainFrameProviderHost(const GURL& origin,
const BoolCallback& callback) const;
+ // Gets provider hosts render process and frame Ids for the given |origin|.
falken 2017/07/05 01:55:05 // Returns all render process ids and frame ids fo
gogerald1 2017/07/05 02:26:04 Done.
+ std::unique_ptr<std::vector<std::pair<int, int>>> GetProviderHostIds(
+ const GURL& origin) const;
+
// Returns the registration whose scope longest matches |document_url|. It is
// guaranteed that the returned registration has the activated worker.
//

Powered by Google App Engine
This is Rietveld 408576698