Commit 3a120a0b authored by Vasiliy Telezhnikov's avatar Vasiliy Telezhnikov Committed by Commit Bot

aw: add EnableSharedImageForWebview flag to DevTools

As EnableSharedImageForWebview was disabled by default this CL adds it
to WebTools UI.

Bug: 900973, 1058524
Change-Id: Ic8d755c3976c0c7d5153aa00727210d1ee2a7b83
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088341Reviewed-by: default avatarBo <boliu@chromium.org>
Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#746968}
parent a68d2ffd
...@@ -49,6 +49,7 @@ public final class ProductionSupportedFlagList { ...@@ -49,6 +49,7 @@ public final class ProductionSupportedFlagList {
Flag.baseFeature("OutOfBlinkCors", Flag.baseFeature("OutOfBlinkCors",
"Moves CORS logic into the Network Service (rather than inside the blink " "Moves CORS logic into the Network Service (rather than inside the blink "
+ "rendering engine)."), + "rendering engine)."),
Flag.baseFeature("EnableSharedImageForWebview", "Enables shared images for WebView."),
Flag.baseFeature("VizForWebView", "Enables Viz for WebView."), Flag.baseFeature("VizForWebView", "Enables Viz for WebView."),
Flag.baseFeature("WebViewConnectionlessSafeBrowsing", Flag.baseFeature("WebViewConnectionlessSafeBrowsing",
"Uses GooglePlayService's 'connectionless' APIs for Safe Browsing " "Uses GooglePlayService's 'connectionless' APIs for Safe Browsing "
......
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