Chromium Code Reviews| Index: chrome/browser/ui/browser_window.h |
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
| index b41962f40e837794bf0813a1b8b50d08fffa01cc..7665e749dd61613f83e322a55fadf340fd087329 100644 |
| --- a/chrome/browser/ui/browser_window.h |
| +++ b/chrome/browser/ui/browser_window.h |
| @@ -387,6 +387,9 @@ class BrowserWindow : public ui::BaseWindow { |
| virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode, |
| const signin::ManageAccountsParams& manage_accounts_params) = 0; |
| + virtual void ShowModalSigninWindow(AvatarBubbleMode mode) = 0; |
|
Robert Sesek
2015/11/24 23:27:34
This should have a comment, as most of the other m
anthonyvd
2015/11/25 18:49:31
Done.
|
| + virtual void CloseModalSigninWindow() = 0; |
| + |
| // Returns the height inset for RenderView when detached bookmark bar is |
| // shown. Invoked when a new RenderHostView is created for a non-NTP |
| // navigation entry and the bookmark bar is detached. |