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

Unified Diff: ash/common/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
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/common/system/chromeos/palette/tools/magnifier_mode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/palette_delegate.h
diff --git a/ash/common/palette_delegate.h b/ash/common/palette_delegate.h
index 3d6ad62339313af9e509c6de074626b989799e53..c0dbbc263c4f31b3b7b63fe00b994a279c6f4771 100644
--- a/ash/common/palette_delegate.h
+++ b/ash/common/palette_delegate.h
@@ -36,11 +36,6 @@ class PaletteDelegate {
// Returns true if there is a note-taking application available.
virtual bool HasNoteApp() = 0;
- // Enables or disables the partial magnifier.
- // TODO(sammiequon): This can be removed from the delegate and put in wmshell.
- // See http://crbug.com/647031.
- virtual void SetPartialMagnifierState(bool enabled) = 0;
-
// Set callback that is run when a stylus is inserted or removed.
virtual void SetStylusStateChangedCallback(
const OnStylusStateChangedCallback& on_stylus_state_changed) = 0;
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/common/system/chromeos/palette/tools/magnifier_mode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698