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

Unified Diff: content/public/app/mojo/content_renderer_manifest.json

Issue 2227593002: ServiceWorker: Implement StartWorker by using mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added EmbeddedWorkerInstanceClient as an interface Created 4 years, 3 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
« no previous file with comments | « content/common/typemaps.gni ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/mojo/content_renderer_manifest.json
diff --git a/content/public/app/mojo/content_renderer_manifest.json b/content/public/app/mojo/content_renderer_manifest.json
index a4c4aa54b93c2702358abc51e3b7f2813d989ed9..efb4c4ef15e728680a92e161545c5ca38304aa2e 100644
--- a/content/public/app/mojo/content_renderer_manifest.json
+++ b/content/public/app/mojo/content_renderer_manifest.json
@@ -6,6 +6,7 @@
"provided": {
"all_interfaces": [ "*" ],
"browser": [
+ "content::mojom::EmbeddedWorkerInstanceClient",
"content::mojom::EmbeddedWorkerSetup",
"content::mojom::FrameFactory",
"content::mojom::TestMojoService",
« no previous file with comments | « content/common/typemaps.gni ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698