| Index: chrome/browser/ui/ash/multi_user/user_switch_util.h
|
| diff --git a/chrome/browser/ui/ash/multi_user/user_switch_util.h b/chrome/browser/ui/ash/multi_user/user_switch_util.h
|
| index ee676af6402ef8cf6839e681aeec8a9a7f6785ac..aa94d8127ad69e9b202fb6abfffa85ad4fa7a2d7 100644
|
| --- a/chrome/browser/ui/ash/multi_user/user_switch_util.h
|
| +++ b/chrome/browser/ui/ash/multi_user/user_switch_util.h
|
| @@ -13,4 +13,8 @@
|
| // will be called.
|
| void TrySwitchingActiveUser(const base::Callback<void()> switch_user);
|
|
|
| +// Terminates the "DesktopCastingWarning" dialog from a unit tests and |accept|s
|
| +// it. False will be returned if there was no dialog shown.
|
| +bool TestAndTerminateDesktopCastingWarningForTest(bool accept);
|
| +
|
| #endif // CHROME_BROWSER_UI_ASH_MULTI_USER_USER_SWITCH_UTIL_H_
|
|
|