Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1785)

Unified Diff: ash/common/test/test_palette_delegate.h

Issue 2642723007: chromeos: Removed enable magnifier from palette delegate. (Closed)
Patch Set: Trybot. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/common/test/test_palette_delegate.h
diff --git a/ash/common/test/test_palette_delegate.h b/ash/common/test/test_palette_delegate.h
index fff3b2f3c51cfbfe83dc8a2094e6c374a1f329b3..837c0e042f2ee31407a8f2296429bea4ff414cde 100644
--- a/ash/common/test/test_palette_delegate.h
+++ b/ash/common/test/test_palette_delegate.h
@@ -20,8 +20,6 @@ class TestPaletteDelegate : public PaletteDelegate {
int has_note_app_count() const { return has_note_app_count_; }
- bool partial_magnifier_state() const { return partial_magnifier_state_; }
-
int take_screenshot_count() const { return take_screenshot_count_; }
int take_partial_screenshot_count() const {
@@ -48,7 +46,6 @@ class TestPaletteDelegate : public PaletteDelegate {
const EnableListener& on_state_changed) override;
void CreateNote() override;
bool HasNoteApp() override;
- void SetPartialMagnifierState(bool enabled) override;
void SetStylusStateChangedCallback(
const OnStylusStateChangedCallback& on_stylus_state_changed) override;
bool ShouldAutoOpenPalette() override;
@@ -59,7 +56,6 @@ class TestPaletteDelegate : public PaletteDelegate {
int create_note_count_ = 0;
int has_note_app_count_ = 0;
- bool partial_magnifier_state_ = false;
int take_screenshot_count_ = 0;
int take_partial_screenshot_count_ = 0;
base::Closure partial_screenshot_done_;
« no previous file with comments | « ash/common/system/chromeos/palette/tools/magnifier_mode.cc ('k') | ash/common/test/test_palette_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698