Commit 28dbc883 authored by Lutz Justen's avatar Lutz Justen Committed by Commit Bot

Fix ArcActiveDirectoryEnrollmentTokenFetcherBrowserTest.SamlFlowSucceedsWithAuthRetry

Handle setWindowBounds for FakeArcSupport (just do nothing). It fails
there if mash is enabled.

Bug: 859503
Change-Id: Icb99100691de2dfed753b1afbd935c0be10117eb
Reviewed-on: https://chromium-review.googlesource.com/1122620Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Lutz Justen <ljusten@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571891}
parent 1483cf11
...@@ -200,6 +200,8 @@ void FakeArcSupport::PostMessageFromNativeHost( ...@@ -200,6 +200,8 @@ void FakeArcSupport::PostMessageFromNativeHost(
} }
} else if (action == "closeWindow") { } else if (action == "closeWindow") {
// Do nothing as emulation. // Do nothing as emulation.
} else if (action == "setWindowBounds") {
// Do nothing as emulation.
} else { } else {
// Unknown or unsupported action. // Unknown or unsupported action.
NOTREACHED() << message_string; NOTREACHED() << message_string;
......
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