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

Unified Diff: chrome/browser/ui/browser_window.h

Issue 345533005: Parse extra parameters on x-chrome-manage-accounts header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index 3b05a8f320111f93b4593edbca0684aae6d29427..90fda6403da6d3226339848cf3808ed63b622b44 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -373,7 +373,7 @@ class BrowserWindow : public ui::BaseWindow {
AVATAR_BUBBLE_MODE_REAUTH,
};
virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode,
- signin::GAIAServiceType service_type) = 0;
+ const signin::ManageAccountsParams& manage_accounts_params) = 0;
// Show bubble for password generation positioned relative to |rect|. The
// subclasses implementing this interface do not own the |password_generator|

Powered by Google App Engine
This is Rietveld 408576698