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

Unified Diff: dart/tools/testing/dart/android.dart

Issue 91473002: Checked-in binary update to v1.0.0.3 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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
« no previous file with comments | « dart/tools/testing/bin/windows/dart.exe ('k') | dart/tools/testing/dart/browser_controller.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/android.dart
diff --git a/dart/tools/testing/dart/android.dart b/dart/tools/testing/dart/android.dart
index 940d47ca2817a360492ca9393477565fead91b57..6a2fc4a0bd20e572da40119d903e6e401c3156e4 100644
--- a/dart/tools/testing/dart/android.dart
+++ b/dart/tools/testing/dart/android.dart
@@ -205,7 +205,7 @@ class AdbDevice {
*/
Future adbRoot() {
var adbRootCompleter = new Completer();
- return _adbCommand(['root']).then((_) {
+ _adbCommand(['root']).then((_) {
// TODO: Figure out a way to wait until the adb daemon was restarted in
// 'root mode' on the device.
new Timer(_adbServerStartupTime, () => adbRootCompleter.complete(true));
« no previous file with comments | « dart/tools/testing/bin/windows/dart.exe ('k') | dart/tools/testing/dart/browser_controller.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698