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

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

Issue 2221153003: Establish MojoChildConnection from BrowserChildProcessHostImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@renderer-channel
Patch Set: rebase Created 4 years, 4 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/public/app/mojo/content_plugin_manifest.json
diff --git a/content/public/app/mojo/content_gpu_manifest.json b/content/public/app/mojo/content_plugin_manifest.json
similarity index 77%
copy from content/public/app/mojo/content_gpu_manifest.json
copy to content/public/app/mojo/content_plugin_manifest.json
index 1fac38dc36142044571d10e7c2be0479790aa38e..0ece3db680d8dc59a3813a35bd54be14d810d0ca 100644
--- a/content/public/app/mojo/content_gpu_manifest.json
+++ b/content/public/app/mojo/content_plugin_manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 1,
- "name": "exe:content_gpu",
- "display_name": "Content Gpu",
+ "name": "exe:content_plugin",
+ "display_name": "Content Plugin",
"capabilities": {
"provided": {
"all_interfaces": [ "*" ]
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/public/browser/browser_child_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698