Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3929)

Unified Diff: chrome/browser/ui/browser.h

Issue 1814513002: Fix sizing issues in the tab modal signin flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit tests Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 758148dd45411d5ccc71ccc4f53e9ae62b46ed4b..810ca472a858b3deeaad60f84611700794ac8e59 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -276,6 +276,9 @@ class Browser : public TabStripModelObserver,
extensions::HostedAppBrowserController* hosted_app_controller() {
return hosted_app_controller_.get();
}
+ SigninViewController* signin_view_controller() {
+ return &signin_view_controller_;
+ }
// Will lazy create the bubble manager.
ChromeBubbleManager* GetBubbleManager();

Powered by Google App Engine
This is Rietveld 408576698