# HG changeset patch # User Eugene Ostroukhov # Date 1266961965 28800 # Node ID 5331bec5c4d60cc07f7b77d16fc9d3b0566e89e2 # Parent 0e1e53a7906bbecbd751e027fd5a613ee960f119 Fix for Mac-specific launch argument problem diff -r 0e1e53a7906b -r 5331bec5c4d6 org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/launch/ChromeInstancesManager.java --- a/org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/launch/ChromeInstancesManager.java Tue Feb 23 13:24:16 2010 -0800 +++ b/org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/launch/ChromeInstancesManager.java Tue Feb 23 13:52:45 2010 -0800 @@ -37,7 +37,7 @@ import org.symbian.tools.wrttools.util.CoreUtil; public class ChromeInstancesManager { - private static final String[] CHROME_ARGS = { "\"%s\"", "--remote-shell-port=%d", // Here we will set port + private static final String[] CHROME_ARGS = { "%s", "--remote-shell-port=%d", // Here we will set port "\"--user-data-dir=%s\"", // Here we will set profile folder so user settings have no effect "\"--disk-cache-dir=%s\"", // We don't care "--disable-web-security", // Widgets can use network now