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

Unified Diff: ash/accessibility_delegate.h

Issue 102483006: Getting rid of GetDefaultProfile & fixing multi user issues with accessibility (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Created 7 years 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/accessibility_delegate.h
diff --git a/ash/accessibility_delegate.h b/ash/accessibility_delegate.h
index 0d47c3837916b95cd367580b267b4caa0c16373c..5e885ef64c0567b0cc877c9ed806f1cc92146c57 100644
--- a/ash/accessibility_delegate.h
+++ b/ash/accessibility_delegate.h
@@ -63,9 +63,8 @@ class ASH_EXPORT AccessibilityDelegate {
// Returns if autoclick is enabled or not.
virtual bool IsAutoclickEnabled() const = 0;
- // Returns true if the user wants to show accesibility menu even when all the
- // accessibility features are disabled.
- virtual bool ShouldAlwaysShowAccessibilityMenu() const = 0;
+ // Returns true if the user wants to show accessibility menu.
dmazzoni 2013/12/13 16:15:07 I think it's misleading to say "if the user wants.
Mr4D (OOO till 08-26) 2013/12/13 17:21:13 Done.
+ virtual bool ShouldShowAccessibilityMenu() const = 0;
// Cancel all current and queued speech immediately.
virtual void SilenceSpokenFeedback() const = 0;
« no previous file with comments | « no previous file | ash/default_accessibility_delegate.h » ('j') | chrome/browser/chromeos/accessibility/accessibility_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698