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

Unified Diff: services/native_viewport/native_viewport_support.mojom

Issue 1454113003: Require an explicit ServiceName annotation for interfaces in C++. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | « services/nacl/pnacl_link.mojom ('k') | services/test_service/test_request_tracker.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/native_viewport/native_viewport_support.mojom
diff --git a/services/native_viewport/native_viewport_support.mojom b/services/native_viewport/native_viewport_support.mojom
index 49da65e6679c11c254c087e59bb4d2951bc963b7..63f0df2594f707ea13ab1f8187bbb51cf015cdc6 100644
--- a/services/native_viewport/native_viewport_support.mojom
+++ b/services/native_viewport/native_viewport_support.mojom
@@ -5,6 +5,7 @@
module native_viewport;
// Service implemented by the Shell for the Native Viewport service.
+[ServiceName="native_viewport::NativeViewportSupportService"]
interface NativeViewportSupportService {
// Asks the shell to create a new native window (on Android, a new task).
// The callback will be called when the window is destroyed (on Android, when
« no previous file with comments | « services/nacl/pnacl_link.mojom ('k') | services/test_service/test_request_tracker.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698