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

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

Issue 345533005: Parse extra parameters on x-chrome-manage-accounts header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 6 years, 6 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 84a5a7d697ae3f8a59740169c4b69519ff980f7b..3ca72dfd89466119e949a644b0b6beadf1a9a7bf 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
@@ -51,12 +51,13 @@ class ProfileChooserView : public views::BubbleDelegateView,
// call this function when the button is clicked and if the bubble isn't
// showing it will appear while if it is showing, nothing will happen here and
// the existing bubble will auto-close due to focus loss.
- static void ShowBubble(profiles::BubbleViewMode view_mode,
- signin::GAIAServiceType service_type,
- views::View* anchor_view,
- views::BubbleBorder::Arrow arrow,
- views::BubbleBorder::BubbleAlignment border_alignment,
- Browser* browser);
+ static void ShowBubble(
+ profiles::BubbleViewMode view_mode,
+ const signin::ManageAccountsParams& manage_accounts_params,
+ views::View* anchor_view,
+ views::BubbleBorder::Arrow arrow,
+ views::BubbleBorder::BubbleAlignment border_alignment,
+ Browser* browser);
static bool IsShowing();
static void Hide();
« no previous file with comments | « chrome/browser/ui/views/profiles/avatar_label.cc ('k') | chrome/browser/ui/views/profiles/profile_chooser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698