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

Unified Diff: services/dart/test/echo.dart

Issue 878883002: Dart: Adjusts class Application for removal of Application/Shell Client= (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « mojo/public/tools/bindings/generators/mojom_dart_generator.py ('k') | services/dart/test/pingpong.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/test/echo.dart
diff --git a/services/dart/test/echo.dart b/services/dart/test/echo.dart
index 2d10001fe003c3a895bca1a7502ded7f7b087f4f..98b4dc3265cff88fba9ca7fdfc6aca4a070c5016 100644
--- a/services/dart/test/echo.dart
+++ b/services/dart/test/echo.dart
@@ -35,8 +35,8 @@ class EchoApplication extends Application {
}
main(List args) {
- MojoHandle shellHandle = new MojoHandle(args[0]);
+ MojoHandle appHandle = new MojoHandle(args[0]);
String url = args[1];
- var echoApplication = new EchoApplication.fromHandle(shellHandle);
+ var echoApplication = new EchoApplication.fromHandle(appHandle);
echoApplication.listen();
}
« no previous file with comments | « mojo/public/tools/bindings/generators/mojom_dart_generator.py ('k') | services/dart/test/pingpong.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698