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

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: add tests 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..ead12aa1a4758c3d1c674b4a8b03e7180aacd25e 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 the large cursor.
Daniel Erat 2013/06/06 16:22:35 nit: s/the large cursor/large cursors/ (this is j
yoshiki 2013/06/07 03:54:10 Thanks for suggestion. "Large cursor" is the name
+ virtual void SetLargeCursorEnabled(bool enabled) = 0;
+
+ // Returns if the large cursor is enabled or not.
Daniel Erat 2013/06/06 16:22:35 nit: s/the large cursor is/large cursors are/
yoshiki 2013/06/07 03:54:10 Ditto.
+ 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