Commit feb613fc authored by Mounir Lamouri's avatar Mounir Lamouri Committed by Commit Bot

Allow base::DoNothing inside Blink.

Bug: None
Change-Id: I98eeaff0d8de99074c6c3823bfcbe6a16ce0506b
Reviewed-on: https://chromium-review.googlesource.com/1012109Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Mounir Lamouri <mlamouri@chromium.org>
Cr-Commit-Position: refs/heads/master@{#550994}
parent 4a4ca485
...@@ -51,6 +51,9 @@ _CONFIG = [ ...@@ -51,6 +51,9 @@ _CONFIG = [
'base::span', 'base::span',
'logging::GetVlogLevel', 'logging::GetVlogLevel',
# //base/bind_helpers.h.
'base::DoNothing',
# //base/callback.h is allowed, but you need to use WTF::Bind or # //base/callback.h is allowed, but you need to use WTF::Bind or
# WTF::BindRepeating to create callbacks in Blink. # WTF::BindRepeating to create callbacks in Blink.
'base::OnceCallback', 'base::OnceCallback',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment