Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartSdk.java |
=================================================================== |
--- editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartSdk.java (revision 5604) |
+++ editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/model/DartSdk.java (working copy) |
@@ -227,7 +227,9 @@ |
private String getDartiumBinaryName() { |
if (DartCore.isWindows()) { |
- return "Chromium.exe"; |
+ // TODO(devoncarew): this will probably need to be adjusted once Dartium is |
+ // shipped as part of the Windows editor build. |
+ return "Chrome.exe"; |
} else if (DartCore.isMac()) { |
return "Chromium.app/Contents/MacOS/Chromium"; |
} else { |