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

Unified Diff: content/common/service_worker/service_worker_provider_host_info.h

Issue 2653493009: Add two interfaces for ServiceWorkerProviderContext/ProviderHost (Closed)
Patch Set: Rebase 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
Index: content/common/service_worker/service_worker_provider_host_info.h
diff --git a/content/common/service_worker/service_worker_provider_host_info.h b/content/common/service_worker/service_worker_provider_host_info.h
index 106fb620ab3339552b1ea0a010d951d8a26106f6..ad6aaca8b424861ccb67033dc08dfd3284ae1adc 100644
--- a/content/common/service_worker/service_worker_provider_host_info.h
+++ b/content/common/service_worker/service_worker_provider_host_info.h
@@ -5,6 +5,7 @@
#ifndef CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_PROVIDER_HOST_INFO_H_
#define CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_PROVIDER_HOST_INFO_H_
+#include "content/common/service_worker/service_worker_provider_interfaces.mojom.h"
#include "content/common/service_worker/service_worker_types.h"
namespace content {
@@ -44,6 +45,9 @@ struct CONTENT_EXPORT ServiceWorkerProviderHostInfo {
// is_parent_frame_secure| is true.
bool is_parent_frame_secure;
+ mojom::ServiceWorkerProviderHostAssociatedRequest host_request;
+ mojom::ServiceWorkerProviderAssociatedPtrInfo client_ptr_info;
falken 2017/03/28 06:29:43 Can you add documentation? I know this is WIP but
shimazu 2017/05/08 08:34:29 Done.
+
private:
DISALLOW_COPY_AND_ASSIGN(ServiceWorkerProviderHostInfo);
};

Powered by Google App Engine
This is Rietveld 408576698