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

Side by Side Diff: services/sharing_sink/sharing_sink.mojom

Issue 1457383005: Require an explicit ServiceName annotation for interfaces in Java (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review 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 unified diff | Download patch
« no previous file with comments | « services/nfc_message_sink/nfc_message_sink.mojom ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 [JavaPackage="org.chromium.mojom.sharing"] 5 [JavaPackage="org.chromium.mojom.sharing"]
6 module sharing_sink; 6 module sharing_sink;
7 7
8 // Private interface for the shell. When the shell connects to the sharing 8 // Private interface for the shell. When the shell connects to the sharing
9 // service this interface will be returned which can be used to send shareable 9 // service this interface will be returned which can be used to send shareable
10 // data to registered apps. 10 // data to registered apps.
11 [ServiceName="sharing_sink::SharingSink"]
11 interface SharingSink { 12 interface SharingSink {
12 OnTextShared(string data); 13 OnTextShared(string data);
13 }; 14 };
OLDNEW
« no previous file with comments | « services/nfc_message_sink/nfc_message_sink.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698