| Index: ash/mus/shell_delegate_mus.h
|
| diff --git a/ash/mus/shell_delegate_mus.h b/ash/mus/shell_delegate_mus.h
|
| index bd1cfc963c9f19cead64aa2fa96ed8ff024cb6e2..ea782e59c784bf64ccd6aff98b172423e1391844 100644
|
| --- a/ash/mus/shell_delegate_mus.h
|
| +++ b/ash/mus/shell_delegate_mus.h
|
| @@ -46,6 +46,7 @@ class ShellDelegateMus : public ShellDelegate {
|
| AccessibilityDelegate* CreateAccessibilityDelegate() override;
|
| NewWindowDelegate* CreateNewWindowDelegate() override;
|
| MediaDelegate* CreateMediaDelegate() override;
|
| + std::unique_ptr<PaletteDelegate> CreatePaletteDelegate() override;
|
| std::unique_ptr<PointerWatcherDelegate> CreatePointerWatcherDelegate()
|
| override;
|
| ui::MenuModel* CreateContextMenu(WmShelf* wm_shelf,
|
|
|