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

Unified Diff: mojo/services/icu_data/interfaces/icu_data.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
Index: mojo/services/icu_data/interfaces/icu_data.mojom
diff --git a/mojo/services/icu_data/interfaces/icu_data.mojom b/mojo/services/icu_data/interfaces/icu_data.mojom
index ced5aa64359941c8bcdc962d2ace971239b1e5f2..886b1a3803dd8cff0cfa1630f14a23fa9033497c 100644
--- a/mojo/services/icu_data/interfaces/icu_data.mojom
+++ b/mojo/services/icu_data/interfaces/icu_data.mojom
@@ -5,6 +5,7 @@
[DartPackage="mojo_services"]
module icu_data;
+[ServiceName="icu_data::ICUData"]
interface ICUData {
Map(string sha1hash) => (handle<shared_buffer>? icu_data);
};
« no previous file with comments | « mojo/services/http_server/interfaces/http_server_factory.mojom ('k') | mojo/services/keyboard/interfaces/keyboard.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698