Merge remote-tracking branch 'origin/master' into harnessCleanup2_WIP

This commit is contained in:
Vladimir Matveev
2015-11-16 09:15:55 -08:00
+3
View File
@@ -269,6 +269,9 @@ if ((browser && browser === 'chrome')) {
case "win64":
defaultChromePath = "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe";
break;
case "darwin":
defaultChromePath = "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome";
break;
case "linux":
defaultChromePath = "/opt/google/chrome/chrome"
break;