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

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

Issue 2779763004: Create ServiceWorkerProviderHost before starting worker (Closed)
Patch Set: Split several changes off 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/common/service_worker/embedded_worker_start_params.h
diff --git a/content/common/service_worker/embedded_worker_start_params.h b/content/common/service_worker/embedded_worker_start_params.h
index 0d432192bd315e82a6608abcf0b83d6b8ed8e98a..e2c26ce5703afa5d230fa5b6ce0fad47d61a2b3c 100644
--- a/content/common/service_worker/embedded_worker_start_params.h
+++ b/content/common/service_worker/embedded_worker_start_params.h
@@ -11,6 +11,8 @@
namespace content {
+class ServiceWorkerProviderHost;
+
struct CONTENT_EXPORT EmbeddedWorkerStartParams {
EmbeddedWorkerStartParams();
@@ -23,6 +25,7 @@ struct CONTENT_EXPORT EmbeddedWorkerStartParams {
bool wait_for_debugger;
bool is_installed;
EmbeddedWorkerSettings settings;
+ ServiceWorkerProviderHost* controller_provider;
falken 2017/06/12 07:01:28 It seems weird that content/common has a message w
shimazu 2017/06/14 07:24:40 Actually it was because I could avoid lots of chan
};
} // namespace content
« no previous file with comments | « content/common/service_worker/embedded_worker.mojom ('k') | content/common/service_worker/service_worker.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698