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

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.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
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 2298a8102dd941c0e873009a3b20f408b6f284ea..84a5a7d697ae3f8a59740169c4b69519ff980f7b 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
@@ -56,7 +56,6 @@ class ProfileChooserView : public views::BubbleDelegateView,
views::View* anchor_view,
views::BubbleBorder::Arrow arrow,
views::BubbleBorder::BubbleAlignment border_alignment,
- const gfx::Rect& anchor_rect,
Browser* browser);
static bool IsShowing();
static void Hide();
@@ -78,7 +77,6 @@ class ProfileChooserView : public views::BubbleDelegateView,
ProfileChooserView(views::View* anchor_view,
views::BubbleBorder::Arrow arrow,
- const gfx::Rect& anchor_rect,
Browser* browser,
profiles::BubbleViewMode view_mode,
signin::GAIAServiceType service_type);
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.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