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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate_views.cc

Issue 102483006: Getting rid of GetDefaultProfile & fixing multi user issues with accessibility (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: chrome/browser/ui/ash/chrome_shell_delegate_views.cc
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
index b415956eeab52394be128b3f5e8e4b19a415af20..84b834a4cb1268c7c22020f3eae57e27aba82854 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
+++ b/chrome/browser/ui/ash/chrome_shell_delegate_views.cc
@@ -116,7 +116,7 @@ class EmptyAccessibilityDelegate : public ash::AccessibilityDelegate {
return std::numeric_limits<double>::min();
}
- virtual bool ShouldAlwaysShowAccessibilityMenu() const OVERRIDE {
+ virtual bool ShouldShowAccessibilityMenu() const OVERRIDE {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698