| 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 c0da43a85fef16cb3a501fc1270707aa5affd6f6..7da9bda2945d4adb5f209b8d2ac7192b2aa42dec 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| @@ -63,6 +63,8 @@ class ProfileChooserView : public content::WebContentsDelegate,
|
| static bool IsShowing();
|
| static void Hide();
|
|
|
| + const Browser* browser() const { return browser_; }
|
| +
|
| private:
|
| friend class ProfileChooserViewExtensionsTest;
|
|
|
|
|