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

Unified Diff: examples/dart/device_info/lib/main.dart

Issue 1375733004: -Add a mojo service to get video frames from the camera through an android service (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove stale files. Created 5 years, 3 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
Index: examples/dart/device_info/lib/main.dart
diff --git a/examples/dart/device_info/lib/main.dart b/examples/dart/device_info/lib/main.dart
index 525662b159461cd7b9817a8810f8cb435fd12e21..0a04015ee6d7d7e50ca33c6ffdeeaf5d5f83f061 100644
--- a/examples/dart/device_info/lib/main.dart
+++ b/examples/dart/device_info/lib/main.dart
@@ -12,9 +12,7 @@ import 'package:mojo_services/mojo/device_info.mojom.dart';
class DeviceInfoApp extends Application {
final DeviceInfoProxy _deviceInfo = new DeviceInfoProxy.unbound();
-
alhaad1 2015/10/02 06:33:27 Stray change?
gautham 2015/10/02 22:29:11 Done.
DeviceInfoApp.fromHandle(MojoHandle handle) : super.fromHandle(handle);
-
Future initialize(List<String> args, String url) async {
connectToService("mojo:device_info", _deviceInfo);
print(await _deviceInfo.ptr.getDeviceType());

Powered by Google App Engine
This is Rietveld 408576698