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

Unified Diff: ash/test/ash_test_base.cc

Issue 2446453002: Refactor ShouldLockScreenBeforeSuspending to ShouldLockScreenAutomatically (Closed)
Patch Set: comment Created 4 years, 2 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/test/ash_test_base.h ('k') | chrome/browser/ui/ash/session_state_delegate_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_base.cc
diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
index da31f62f0b474d40cb5311857a0d6d9600d104fb..45270b21a478445a12eaefec8ee57276a8214791 100644
--- a/ash/test/ash_test_base.cc
+++ b/ash/test/ash_test_base.cc
@@ -327,9 +327,9 @@ void AshTestBase::SetUserLoggedIn(bool user_logged_in) {
user_logged_in);
}
-void AshTestBase::SetShouldLockScreenBeforeSuspending(bool should_lock) {
+void AshTestBase::SetShouldLockScreenAutomatically(bool should_lock) {
AshTestHelper::GetTestSessionStateDelegate()
- ->SetShouldLockScreenBeforeSuspending(should_lock);
+ ->SetShouldLockScreenAutomatically(should_lock);
}
void AshTestBase::SetUserAddingScreenRunning(bool user_adding_screen_running) {
« no previous file with comments | « ash/test/ash_test_base.h ('k') | chrome/browser/ui/ash/session_state_delegate_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698