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

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

Issue 333353004: Fix the Windows 8 mode avatar button menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use another ProfileChooserView anchor, remove unused anchor_rect. 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9451f2d444d7d7600259072adb08d00cc0cd7626 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -372,7 +372,8 @@ class BrowserWindow : public ui::BaseWindow {
AVATAR_BUBBLE_MODE_SIGNIN,
AVATAR_BUBBLE_MODE_REAUTH,
};
- virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode,
+ virtual void ShowAvatarBubbleFromAvatarButton(
+ AvatarBubbleMode mode,
signin::GAIAServiceType service_type) = 0;
// Show bubble for password generation positioned relative to |rect|. The
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698