Merge pull request #17507 from electron/chromium-upgrade/75
chore: update to chromium 75.0.3740.3
This commit is contained in:
commit
5d45b59f7f
74 changed files with 597 additions and 398 deletions
|
@ -12,7 +12,7 @@
|
|||
#include "content/public/common/referrer.h"
|
||||
#include "content/public/common/stop_find_action.h"
|
||||
#include "native_mate/converter.h"
|
||||
#include "third_party/blink/public/platform/modules/permissions/permission_status.mojom.h"
|
||||
#include "third_party/blink/public/mojom/permissions/permission_status.mojom.h"
|
||||
|
||||
namespace content {
|
||||
struct ContextMenuParams;
|
||||
|
|
|
@ -27,7 +27,7 @@ bool XDGUtilV(const std::vector<std::string>& argv, const bool wait_for_exit) {
|
|||
// to a command that needs a terminal. Set the environment variable telling
|
||||
// it that we definitely don't have a terminal available and that it should
|
||||
// bring up a new terminal if necessary. See "man mailcap".
|
||||
options.environ["MM_NOTTTY"] = "1";
|
||||
options.environment["MM_NOTTTY"] = "1";
|
||||
|
||||
base::Process process = base::LaunchProcess(argv, options);
|
||||
if (!process.IsValid())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue