Chromium Code Reviews| Index: tools/testing/dart/test_options.dart |
| =================================================================== |
| --- tools/testing/dart/test_options.dart (revision 14052) |
| +++ tools/testing/dart/test_options.dart (working copy) |
| @@ -476,8 +476,6 @@ |
| configuration['runtime'] == 'ff'; |
| } |
| - configuration['browser'] = TestUtils.isBrowserRuntime(runtime); |
| - |
| // Set the javascript command line flag for less verbose status files. |
| configuration['jscl'] = TestUtils.isJsCommandLineRuntime(runtime); |