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

Unified Diff: services/icu_data/icu_data.mojom

Issue 826093004: Support ICU on Android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Address review comments Created 5 years, 11 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 | « services/icu_data/embed_icu_data.py ('k') | services/icu_data/icu_data_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/icu_data/icu_data.mojom
diff --git a/examples/recipes/recipe_handler/recipe.mojom b/services/icu_data/icu_data.mojom
similarity index 57%
copy from examples/recipes/recipe_handler/recipe.mojom
copy to services/icu_data/icu_data.mojom
index 1a452572c7a79bc19024259f5a86bcab580ed14e..53f8ac5d047091be7948d9d587bcb090fa33cab6 100644
--- a/examples/recipes/recipe_handler/recipe.mojom
+++ b/services/icu_data/icu_data.mojom
@@ -2,12 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module recipes;
+module icu_data;
jamesr 2015/01/08 19:03:11 re naming conventions I've tried to follow the gui
abarth-chromium 2015/01/08 19:08:03 SGTM. Thanks!
-struct Ingredient {
- string url;
-};
-
-interface Recipe {
- GetIngredients() => (array<Ingredient> ingredients);
+interface ICUData {
+ Map(string sha1hash) => (handle<shared_buffer>? icu_data);
};
« no previous file with comments | « services/icu_data/embed_icu_data.py ('k') | services/icu_data/icu_data_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698