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

Unified Diff: ash/test/test_shell_delegate.cc

Issue 11280236: A11y: Add the option to always show the a11y tray menu regardless of the state of a11y features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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
« no previous file with comments | « ash/test/test_shell_delegate.h ('k') | chrome/app/chromeos_strings.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_shell_delegate.cc
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index e3aac464b1ddcbcb2fed66c17444e06a69e38955..4af4eb37a3bc0e65de6e33d40899c9ec815ab27a 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -33,19 +33,19 @@ TestShellDelegate::TestShellDelegate()
TestShellDelegate::~TestShellDelegate() {
}
-bool TestShellDelegate::IsUserLoggedIn() {
+bool TestShellDelegate::IsUserLoggedIn() const {
return user_logged_in_;
}
-bool TestShellDelegate::IsSessionStarted() {
+bool TestShellDelegate::IsSessionStarted() const {
return session_started_;
}
-bool TestShellDelegate::IsFirstRunAfterBoot() {
+bool TestShellDelegate::IsFirstRunAfterBoot() const {
return false;
}
-bool TestShellDelegate::CanLockScreen() {
+bool TestShellDelegate::CanLockScreen() const {
return user_logged_in_ && can_lock_screen_;
}
« no previous file with comments | « ash/test/test_shell_delegate.h ('k') | chrome/app/chromeos_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698