Commit 25b107c8 authored by Olivier Robin's avatar Olivier Robin Committed by Commit Bot

Enable save form data in iframe

Bug: 881364
Change-Id: I6cef5aa5a8acc32bc797c3abbef0869a2f094e66
Reviewed-on: https://chromium-review.googlesource.com/c/1259782
Commit-Queue: Olivier Robin <olivierrobin@chromium.org>
Commit-Queue: Moe Ahmadi <mahmadi@chromium.org>
Reviewed-by: default avatarMoe Ahmadi <mahmadi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#596349}
parent 771ef750
......@@ -711,11 +711,6 @@ autofillManagerFromWebState:(web::WebState*)webState
hasUserGesture:(BOOL)hasUserGesture
formInMainFrame:(BOOL)formInMainFrame
inFrame:(web::WebFrame*)frame {
if (!formInMainFrame) {
// Saving from iframes is not implemented.
return;
}
if (![self isAutofillEnabled])
return;
......
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