--- a/org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/launch/ChromeInstancesManager.java Wed Mar 31 14:51:49 2010 -0700
+++ b/org.symbian.tools.wrttools.debug.core/src/org/symbian/tools/wrttools/debug/internal/launch/ChromeInstancesManager.java Thu Apr 01 13:30:21 2010 -0700
@@ -43,6 +43,7 @@
"--disable-web-security", // Widgets can use network now
"--disable-extenions", // Use standard UI, should also improve speed and stability
"--disable-plugins", // Run faster!
+ "--activate-on-launch", // Bring to front on Mac
"--always-enable-dev-tools", "--no-default-browser-check", // Our users don't need this nagging
"--no-first-run", // We don't care
"--app=%s" // Here we will have widget URI as --app argument