| 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 b68f3b231bc9015de10960d5ea5a63854bbf5465..e3d1e5adc4d93734460b34aca1160b13778cc75d 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| @@ -50,6 +50,8 @@ class ProfileChooserView : public views::BubbleDelegateView,
|
| BUBBLE_VIEW_MODE_PROFILE_CHOOSER,
|
| // Shows a list of accounts for the active user.
|
| BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT,
|
| + // Shows a list of accounts for the active user, initiated by GAIA.
|
| + BUBBLE_VIEW_MODE_ACCOUNT_MANAGEMENT_FROM_GAIA,
|
| // Shows a web view for primary sign in.
|
| BUBBLE_VIEW_MODE_GAIA_SIGNIN,
|
| // Shows a web view for adding secondary accounts.
|
| @@ -252,6 +254,9 @@ class ProfileChooserView : public views::BubbleDelegateView,
|
| // The current tutorial mode.
|
| TutorialMode tutorial_mode_;
|
|
|
| + // The view was prompted to open from a GAIA header.
|
| + const bool opened_from_gaia_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ProfileChooserView);
|
| };
|
|
|
|
|