| Index: ash/shell/shell_delegate_impl.cc
|
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
|
| index 280116865d69f098dc6eca576b815cacebe87b3d..64313fbdfa2793a52b7204753355073eb7cb9992 100644
|
| --- a/ash/shell/shell_delegate_impl.cc
|
| +++ b/ash/shell/shell_delegate_impl.cc
|
| @@ -99,6 +99,8 @@ class PaletteDelegateImpl : public PaletteDelegate {
|
| bool ShouldShowPalette() override { return false; }
|
| void TakeScreenshot() override {}
|
| void TakePartialScreenshot() override {}
|
| + void OnLaserPointerEnabled() override {}
|
| + void OnLaserPointerDisabled() override {}
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(PaletteDelegateImpl);
|
|
|