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

Unified Diff: chrome/browser/ui/cocoa/browser/avatar_base_controller.mm

Issue 220163007: implement account removal card and add title to signin card on mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests fixed Created 6 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 | « no previous file | chrome/browser/ui/cocoa/browser/profile_chooser_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/browser/avatar_base_controller.mm
diff --git a/chrome/browser/ui/cocoa/browser/avatar_base_controller.mm b/chrome/browser/ui/cocoa/browser/avatar_base_controller.mm
index 9f5b6a5ba09f0c5285d021c4acc22b1c3ff50952..7f43092bee953cef01550bb5ea601de5e99a4d05 100644
--- a/chrome/browser/ui/cocoa/browser/avatar_base_controller.mm
+++ b/chrome/browser/ui/cocoa/browser/avatar_base_controller.mm
@@ -124,8 +124,8 @@ class ProfileInfoUpdateObserver : public ProfileInfoCacheObserver {
if (switches::IsNewProfileManagement()) {
BubbleViewMode viewMode =
mode == BrowserWindow::AVATAR_BUBBLE_MODE_DEFAULT ?
- PROFILE_CHOOSER_VIEW :
- ACCOUNT_MANAGEMENT_VIEW;
+ BUBBLE_VIEW_MODE_PROFILE_CHOOSER :
+ BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT;
menuController_ =
[[ProfileChooserController alloc] initWithBrowser:browser_
anchoredAt:point
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/browser/profile_chooser_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698