Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit 4c15ca7

Browse files
committed
Revert "Merge pull request #379 from fungl164/fungl164/chrome-live-osx-2"
This reverts commit 808c31d, reversing changes made to ea2d08e.
1 parent 2998079 commit 4c15ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appshell/appshell_extensions_mac.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ int32 OpenLiveBrowser(ExtensionString argURL, bool enableRemoteDebugging)
319319
}
320320

321321
GoogleChromeWindow* chromeWindow = [[chromeApp windows] objectAtIndex:0];
322-
if (!chromeWindow || [[chromeWindow tabs] count] == 0) {
322+
if(!chromeWindow){
323323
// Create new LiveBrowser Window
324324
GoogleChromeWindow* chromeWindow = [[[chromeApp classForScriptingClass:@"window"] alloc] init];
325325
[[chromeApp windows] addObject:chromeWindow];

0 commit comments

Comments
 (0)