blob: e7881fa7889f16378d1a4366f2a9f07cb9c9ee5d [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_SHARED_UI_UTIL_IDENTITY_SNACKBAR_UTILS_H_
#define IOS_CHROME_BROWSER_SHARED_UI_UTIL_IDENTITY_SNACKBAR_UTILS_H_
class Browser;
@protocol SystemIdentity;
// Displays the identity confirmation snackbar with `identity`.
void TriggerAccountSwitchSnackbarWithIdentity(id<SystemIdentity> identity,
Browser* browser);
#endif // IOS_CHROME_BROWSER_SHARED_UI_UTIL_IDENTITY_SNACKBAR_UTILS_H_