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

Unified Diff: sky/engine/bindings/sky_internals.dart

Issue 1208273003: Stocks.apk should have icons when run offline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | sky/sdk/lib/mojo/asset_bundle.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/sky_internals.dart
diff --git a/sky/engine/bindings/sky_internals.dart b/sky/engine/bindings/sky_internals.dart
index 2972b0ffb3645968cfb05208dc6f24d0b38ace8b..c4e7fe49d558a245c9ce37ef46ffa54f83c77db1 100644
--- a/sky/engine/bindings/sky_internals.dart
+++ b/sky/engine/bindings/sky_internals.dart
@@ -8,7 +8,8 @@ library sky.internals;
void notifyTestComplete(String test_result) native "notifyTestComplete";
-int takeShellProxyHandle() native "takeShellProxyHandle";
+int takeRootBundleHandle() native "takeRootBundleHandle";
+int takeServiceRegistry() native "takeServiceRegistry";
int takeServicesProvidedByEmbedder() native "takeServicesProvidedByEmbedder";
int takeServicesProvidedToEmbedder() native "takeServicesProvidedToEmbedder";
-int takeServiceRegistry() native "takeServiceRegistry";
+int takeShellProxyHandle() native "takeShellProxyHandle";
« no previous file with comments | « no previous file | sky/sdk/lib/mojo/asset_bundle.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698