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

Unified Diff: content/common/service_worker/service_worker_provider.mojom

Issue 2653493009: Add two interfaces for ServiceWorkerProviderContext/ProviderHost (Closed)
Patch Set: Skip unittest for CrossSiteTransfer when PlzNavigate 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/common/service_worker/service_worker_provider.mojom
diff --git a/content/common/service_worker/service_worker_provider.mojom b/content/common/service_worker/service_worker_provider.mojom
index 6e512eddca89cde7db77394ec9104b309c70da5b..6c897f83d6e4092f35c1d3d36b231f2501975b95 100644
--- a/content/common/service_worker/service_worker_provider.mojom
+++ b/content/common/service_worker/service_worker_provider.mojom
@@ -4,10 +4,12 @@
module content.mojom;
+import "content/common/service_worker/service_worker_provider_interfaces.mojom";
import "content/common/service_worker/service_worker_types.mojom";
// A container object carried from the renderer to the browser process.
-// This contains the params for the constructor of ServiceWorkerProviderHost.
+// This contains the params for the constructor of
+// content::ServiceWorkerProviderHost.
// See also comments in
// content/common/service_worker/service_worker_provider_host_info.h.
struct ServiceWorkerProviderHostInfo {
@@ -15,4 +17,6 @@ struct ServiceWorkerProviderHostInfo {
int32 route_id;
ServiceWorkerProviderType type;
bool is_parent_frame_secure;
+ associated ServiceWorkerProviderHost& host_request;
+ associated ServiceWorkerProvider client_ptr_info;
};
« no previous file with comments | « content/common/service_worker/service_worker.mojom ('k') | content/common/service_worker/service_worker_provider_host_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698