without_activation -> activate
This commit is contained in:
parent
52db43eee5
commit
f5bed87199
6 changed files with 24 additions and 18 deletions
|
@ -64,7 +64,7 @@ void OpenItem(const base::FilePath& full_path) {
|
|||
XDGOpen(full_path.value());
|
||||
}
|
||||
|
||||
bool OpenExternal(const GURL& url, const bool without_activation) {
|
||||
bool OpenExternal(const GURL& url, bool activate) {
|
||||
if (url.SchemeIs("mailto"))
|
||||
return XDGEmail(url.spec());
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue