Commit c795c7ef authored by Darwin Huang's avatar Darwin Huang Committed by Commit Bot

Renderer Clipboard: Remove gfx::PNGCodec exception.

As a follow-up to https://crrev.com/c/1827244, remove the exception to allow
ui/gfx/codec use in DataTransfer, as there are no longer any uses of
gfx::PNGCodec in the renderer clipboard.

Change-Id: Ic5ee757b24c0c881e8c978255096b1daf0c1f4ae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827651Reviewed-by: default avatarDarwin Huang <huangdarwin@chromium.org>
Reviewed-by: default avatarMichael Wasserman <msw@chromium.org>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Auto-Submit: Darwin Huang <huangdarwin@chromium.org>
Commit-Queue: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#700908}
parent 6611e924
......@@ -460,7 +460,7 @@ _CONFIG = [
},
{
'paths': ['third_party/blink/renderer/core/clipboard'],
'allowed': ['gfx::PNGCodec', 'net::EscapeForHTML'],
'allowed': ['net::EscapeForHTML'],
},
{
'paths': ['third_party/blink/renderer/core/css'],
......
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