| 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 8000eb79acf6b36aeab64ad2b6f4f2e7b726e3d9..405687445a7e5b481ddbdd75471655c931329f21 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| @@ -82,6 +82,7 @@ class ProfileChooserView : public content::WebContentsDelegate,
|
|
|
| // views::BubbleDelegateView:
|
| void Init() override;
|
| + void OnNativeThemeChanged(const ui::NativeTheme* native_theme) override;
|
| void WindowClosing() override;
|
| bool AcceleratorPressed(const ui::Accelerator& accelerator) override;
|
| views::View* GetInitiallyFocusedView() override;
|
|
|