mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Add no-default-browser-check to chrome runner.
This commit is contained in:
parent
74ba3033e8
commit
b06022895e
1 changed files with 2 additions and 1 deletions
|
@ -229,7 +229,8 @@ ChromiumBrowser.prototype = Object.create(WebBrowser.prototype);
|
|||
ChromiumBrowser.prototype.buildArguments = function (url) {
|
||||
var profileDir = this.getProfileDir();
|
||||
return ['--user-data-dir=' + profileDir,
|
||||
'--no-first-run', '--disable-sync', url];
|
||||
'--no-first-run', '--disable-sync',
|
||||
'--no-default-browser-check', url];
|
||||
};
|
||||
|
||||
WebBrowser.create = function (desc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue