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

Unified Diff: content/renderer/shared_worker/shared_worker_repository.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/renderer/shared_worker/shared_worker_repository.h
diff --git a/content/renderer/shared_worker/shared_worker_repository.h b/content/renderer/shared_worker/shared_worker_repository.h
index b6895911f781eb2e03ee1d344443f0f298055cb2..89fc7c0bb2bd70dcc3103a879c879c4d60ba0656 100644
--- a/content/renderer/shared_worker/shared_worker_repository.h
+++ b/content/renderer/shared_worker/shared_worker_repository.h
@@ -9,6 +9,7 @@
#include <set>
#include "base/macros.h"
+#include "content/common/shared_worker.mojom.h"
#include "third_party/WebKit/public/platform/WebAddressSpace.h"
#include "third_party/WebKit/public/web/WebContentSecurityPolicy.h"
#include "third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h"
@@ -39,6 +40,7 @@ class SharedWorkerRepository final
private:
RenderFrameImpl* render_frame_;
std::set<DocumentID> documents_with_workers_;
+ mojom::SharedWorkerMessageFilterAssociatedPtr message_filter_;
DISALLOW_COPY_AND_ASSIGN(SharedWorkerRepository);
};

Powered by Google App Engine
This is Rietveld 408576698