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

Unified Diff: content/browser/shared_worker/shared_worker_service_impl.h

Issue 2600113003: (SUSPENDED) SharedWorker: Mojofy Renderer(Document)->Browser communication for SharedWorker
Patch Set: address review comments Created 3 years, 11 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/shared_worker/shared_worker_service_impl.h
diff --git a/content/browser/shared_worker/shared_worker_service_impl.h b/content/browser/shared_worker/shared_worker_service_impl.h
index 5baabd8dbd7c08ba1b0749f661eb4e8f66024286..3db61506a1e23808d5fe520b794f77c541b01fda 100644
--- a/content/browser/shared_worker/shared_worker_service_impl.h
+++ b/content/browser/shared_worker/shared_worker_service_impl.h
@@ -15,13 +15,12 @@
#include "base/macros.h"
#include "base/memory/singleton.h"
#include "base/observer_list.h"
+#include "content/common/shared_worker.mojom.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
#include "content/public/browser/worker_service.h"
#include "third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h"
-struct ViewHostMsg_CreateWorker_Params;
-
namespace IPC {
class Message;
}
@@ -51,7 +50,7 @@ class CONTENT_EXPORT SharedWorkerServiceImpl
// These methods correspond to worker related IPCs.
blink::WebWorkerCreationError CreateWorker(
- const ViewHostMsg_CreateWorker_Params& params,
+ mojom::SharedWorkerCreateParamsPtr params,
int route_id,
SharedWorkerMessageFilter* filter,
ResourceContext* resource_context,

Powered by Google App Engine
This is Rietveld 408576698