| Index: editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/remote/DartRemoteMainTab.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/remote/DartRemoteMainTab.java (revision 3372)
|
| +++ editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/internal/remote/DartRemoteMainTab.java (working copy)
|
| @@ -291,8 +291,8 @@
|
| }
|
|
|
| private void updateInstructionText() {
|
| - String connectionType = connectionTypesCombo.getText();
|
| -
|
| +// String connectionType = connectionTypesCombo.getText();
|
| +//
|
| // if (DartLaunchConfigWrapper.CONNECTION_TYPE_DARTIUM.equals(connectionType)) {
|
| // connectionTypeInstructions.setText("Start Chrome with: chrome --remote-shell-port="
|
| // + portText.getText());
|
|
|