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

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

Issue 2785753003: Exclude building signin view controller and its delegate on ChromeOS (Closed)
Patch Set: Exclude SigninViewController on ChromeOS Created 3 years, 9 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
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/cocoa/browser_window_cocoa.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 3cad7e628f94076dd14d13101123af31b77a0b86..aa2dbe2a97da0ceac29c18980252b20557f46e11 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -929,23 +929,6 @@ void Browser::UpdateUIForNavigationInTab(
}
}
-void Browser::ShowModalSigninWindow(profiles::BubbleViewMode mode,
- signin_metrics::AccessPoint access_point) {
- signin_view_controller_.ShowModalSignin(mode, this, access_point);
-}
-
-void Browser::CloseModalSigninWindow() {
- signin_view_controller_.CloseModalSignin();
-}
-
-void Browser::ShowModalSyncConfirmationWindow() {
- signin_view_controller_.ShowModalSyncConfirmationDialog(this);
-}
-
-void Browser::ShowModalSigninErrorWindow() {
- signin_view_controller_.ShowModalSigninErrorDialog(this);
-}
-
void Browser::RegisterKeepAlive() {
keep_alive_.reset(new ScopedKeepAlive(KeepAliveOrigin::BROWSER,
KeepAliveRestartOption::DISABLED));
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/cocoa/browser_window_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698