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

Unified Diff: ash/shell_delegate.h

Issue 16175004: Large Cursor: Add the toggle menuitem to a11y menu in uber tray (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test failure on win Created 7 years, 6 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/shell/shell_delegate_impl.cc ('k') | ash/system/tray_accessibility.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 9aec503f6cfc88dbcf307926ac0cb7c2138d0f05..f9f6bf8779ba98ad734567b53801c226ed54d2d4 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -182,6 +182,12 @@ class ASH_EXPORT ShellDelegate {
// Returns the current screen magnifier mode.
virtual MagnifierType GetMagnifierType() const = 0;
+ // Invoked to enable Large Cursor.
+ virtual void SetLargeCursorEnabled(bool enabled) = 0;
+
+ // Returns if Large Cursor is enabled or not.
+ virtual bool IsLargeCursorEnabled() const = 0;
+
// Returns true if the user want to show accesibility menu even when all the
// accessibility features are disabled.
virtual bool ShouldAlwaysShowAccessibilityMenu() const = 0;
« no previous file with comments | « ash/shell/shell_delegate_impl.cc ('k') | ash/system/tray_accessibility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698