| 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);
|
|
|