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

Unified Diff: content/browser/mojo/chrome_renderer_manifest.json

Issue 1782543004: Reland: Mojo C++ bindings: replace '::' with '.' in the interface name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mojo-helpers.html Created 4 years, 9 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 | « no previous file | mojo/public/tools/bindings/generators/cpp_templates/interface_definition.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/mojo/chrome_renderer_manifest.json
diff --git a/content/browser/mojo/chrome_renderer_manifest.json b/content/browser/mojo/chrome_renderer_manifest.json
index 463be6d23ec9febe9e8717d20ed8f99264399bb8..70226954eeb8654c7cd8c063aebce1c792ad9574 100644
--- a/content/browser/mojo/chrome_renderer_manifest.json
+++ b/content/browser/mojo/chrome_renderer_manifest.json
@@ -1,5 +1,5 @@
{
"name": "exe:chrome_renderer",
"display_name": "Chrome Renderer",
- "capabilities": { "mojo:mus": [ "mus::mojom::Gpu" ] }
+ "capabilities": { "mojo:mus": [ "mus.mojom.Gpu" ] }
}
« no previous file with comments | « no previous file | mojo/public/tools/bindings/generators/cpp_templates/interface_definition.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698