| Index: chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.h b/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| index 318415964561dd7f6a40597cab087d5e82baf8ac..1bb9cc9528e0d029dd590205756b41896a9c2b08 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| @@ -57,6 +57,7 @@ class ProfileChooserView : public content::WebContentsDelegate,
|
| Browser* browser,
|
| bool is_source_keyboard);
|
| static bool IsShowing();
|
| + static views::Widget* GetCurrentBubbleWidget();
|
| static void Hide();
|
|
|
| const Browser* browser() const { return browser_; }
|
|
|