| 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 f1d78921f05102a921768238d8a6f899a016e2e0..6de34ff585a3651e0cad01daa01a6b7e3052b462 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;
|
|
|