Allow openExternal to open URLs in the background #3224
This commit is contained in:
parent
57f322a818
commit
d8679b3899
7 changed files with 33 additions and 9 deletions
|
@ -64,7 +64,7 @@ void OpenItem(const base::FilePath& full_path) {
|
|||
XDGOpen(full_path.value());
|
||||
}
|
||||
|
||||
bool OpenExternal(const GURL& url) {
|
||||
bool OpenExternal(const GURL& url, const bool without_activation) {
|
||||
if (url.SchemeIs("mailto"))
|
||||
return XDGEmail(url.spec());
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue