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..e0a232d889f4ee92a29a84891172791f49c3fe8a 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(); |
+ Browser* browser() const { return browser_; } |
sky
2017/02/06 22:56:41
this should either return a const Browser* or not
Tom (Use chromium acct)
2017/02/07 00:45:24
Done.
|
+ |
private: |
friend class ProfileChooserViewExtensionsTest; |