Skip to content

Commit

Permalink
Merge pull request #12 from gentooboontoo/drop-maximize
Browse files Browse the repository at this point in the history
Drop --start-maximized option
  • Loading branch information
vojtajina committed May 19, 2014
2 parents f1b68fe + 8741b40 commit 35f448e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ var ChromeBrowser = function(baseBrowserDecorator, args) {
'--no-default-browser-check',
'--no-first-run',
'--disable-default-apps',
'--disable-popup-blocking',
'--start-maximized'
'--disable-popup-blocking'
].concat(flags, [url]);
};
};
Expand Down

0 comments on commit 35f448e

Please sign in to comment.