views: remove some browser dialogs abstractions
These were added during the MacViews port to support Mac code like this:
if (IsUsingViewsDialogs())
ShowThingViews();
else
ShowThingCocoa();
without the Mac code directly linking the Views code, but that build config is
now long dead.
A followup CL will also remove CreateLoginHandlerViews, but that will be more
involved.
Bug: None
Change-Id: Ifef442e159317763bd6f6f8e652e56495cc195f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752066
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org>
Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org>
Reviewed-by:
Robert Liao <robliao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#686497}
Showing
Please register or sign in to comment