| Index: ash/common/test/test_palette_delegate.cc
|
| diff --git a/ash/common/test/test_palette_delegate.cc b/ash/common/test/test_palette_delegate.cc
|
| index 32e8a3e7b0991ee57a51c47cb24ae935eda6d86b..a9002677ed50c7ed3ab54b32298c242bdd2b9be1 100644
|
| --- a/ash/common/test/test_palette_delegate.cc
|
| +++ b/ash/common/test/test_palette_delegate.cc
|
| @@ -23,6 +23,10 @@ void TestPaletteDelegate::SetPartialMagnifierState(bool enabled) {
|
| partial_magnifier_state_ = enabled;
|
| }
|
|
|
| +bool TestPaletteDelegate::ShouldAutoOpenPalette() {
|
| + return should_auto_open_palette_;
|
| +}
|
| +
|
| void TestPaletteDelegate::TakeScreenshot() {
|
| ++take_screenshot_count_;
|
| }
|
|
|