Linting
This commit is contained in:
parent
d186fd78e3
commit
08a9af3a85
2 changed files with 3 additions and 3 deletions
|
@ -318,7 +318,7 @@ bool OpenExternal(const base::string16& url, bool activate) {
|
||||||
|
|
||||||
bool OpenExternal(const base::string16& url, bool activate,
|
bool OpenExternal(const base::string16& url, bool activate,
|
||||||
const OpenExternalCallback& callback) {
|
const OpenExternalCallback& callback) {
|
||||||
// // TODO(gabriel): Implement async open if callback is specified
|
// TODO(gabriel): Implement async open if callback is specified
|
||||||
bool opened = OpenExternal(url, activate);
|
bool opened = OpenExternal(url, activate);
|
||||||
callback.Run(opened);
|
callback.Run(opened);
|
||||||
return opened;
|
return opened;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue