#include "chrome/browser/ui/views/webauthn/reveal_button_util.h"
#include "chrome/grit/generated_resources.h"
#include "components/vector_icons/vector_icons.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/views/animation/ink_drop.h"
#include "ui/views/animation/ink_drop_host.h"
#include "ui/views/border.h"
#include "ui/views/controls/button/image_button_factory.h"
namespace {
constexpr int kEyeIconSize = …;
}
std::unique_ptr<views::ToggleImageButton> CreateRevealButton(
views::ImageButton::PressedCallback callback) { … }