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

Unified Diff: dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/DartLaunchConfigWrapper.java

Issue 321583008: Merge to trunk cl - fixes/features for mobile support in the editor (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 6 months 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
Index: dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/DartLaunchConfigWrapper.java
===================================================================
--- dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/DartLaunchConfigWrapper.java (revision 37106)
+++ dart/editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/DartLaunchConfigWrapper.java (working copy)
@@ -230,7 +230,7 @@
public boolean getInstallContentShell() {
try {
- return launchConfig.getAttribute(INSTALL_CONTENT_SHELL, getLaunchContentShell());
+ return launchConfig.getAttribute(INSTALL_CONTENT_SHELL, true);
} catch (CoreException e) {
DartDebugCorePlugin.logError(e);

Powered by Google App Engine
This is Rietveld 408576698