| Index: tools/testing/dart/browser_controller.dart
|
| ===================================================================
|
| --- tools/testing/dart/browser_controller.dart (revision 42685)
|
| +++ tools/testing/dart/browser_controller.dart (working copy)
|
| @@ -148,6 +148,7 @@
|
| {Map<String,String> environment}) {
|
| return Process.start(command, arguments, environment: environment)
|
| .then((startedProcess) {
|
| + _logEvent("Started browser using $command ${arguments.join(' ')}");
|
| process = startedProcess;
|
| // Used to notify when exiting, and as a return value on calls to
|
| // close().
|
|
|