Appease the linting gods
This commit is contained in:
parent
0ab83b301d
commit
4147fa4629
1 changed files with 1 additions and 2 deletions
|
@ -411,8 +411,7 @@ bool NotificationCallbackWrapper(
|
|||
content::BrowserThread::PostTask(
|
||||
content::BrowserThread::UI,
|
||||
FROM_HERE,
|
||||
base::Bind(base::IgnoreResult(callback), cmd, cwd)
|
||||
);
|
||||
base::Bind(base::IgnoreResult(callback), cmd, cwd));
|
||||
} else {
|
||||
scoped_refptr<base::SingleThreadTaskRunner> task_runner(
|
||||
base::ThreadTaskRunnerHandle::Get());
|
||||
|
|
Loading…
Reference in a new issue