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

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.h

Issue 471023003: Make sure the new confirmation bubble is always shown upon signin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: roger's comments addressed and rebased Created 6 years, 4 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/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 f20b2f6a353c2fd4ae3ca4e35bde68d073c3ad46..ea74b9fcbca8a9cec8dc38c6b01d9285851ba6ed 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
@@ -53,6 +53,7 @@ class ProfileChooserView : public views::BubbleDelegateView,
// the existing bubble will auto-close due to focus loss.
static void ShowBubble(
profiles::BubbleViewMode view_mode,
+ profiles::TutorialMode tutorial_mode,
const signin::ManageAccountsParams& manage_accounts_params,
views::View* anchor_view,
views::BubbleBorder::Arrow arrow,
@@ -80,6 +81,7 @@ class ProfileChooserView : public views::BubbleDelegateView,
views::BubbleBorder::Arrow arrow,
Browser* browser,
profiles::BubbleViewMode view_mode,
+ profiles::TutorialMode tutorial_mode,
signin::GAIAServiceType service_type);
virtual ~ProfileChooserView();
@@ -118,10 +120,8 @@ class ProfileChooserView : public views::BubbleDelegateView,
void ShowView(profiles::BubbleViewMode view_to_display,
AvatarMenu* avatar_menu);
- // Creates the profile chooser view. |tutorial_shown| indicates if a tutorial
- // was shown in the last active view.
- views::View* CreateProfileChooserView(AvatarMenu* avatar_menu,
- profiles::TutorialMode last_tutorial_mode);
+ // Creates the profile chooser view.
+ views::View* CreateProfileChooserView(AvatarMenu* avatar_menu);
// Creates the main profile card for the profile |avatar_item|. |is_guest|
// is used to determine whether to show any Sign in/Sign out/Manage accounts

Powered by Google App Engine
This is Rietveld 408576698