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

Unified Diff: ash/test/ash_test_base.cc

Issue 2391153002: Converts most of WorkspaceLayoutManager tests to use common code (Closed)
Patch Set: merge 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') | ash/test/ash_test_impl_aura.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 bee7d9c8e3b69694131ddd31dfe9b749ee72fa06..ac53f6e1aa1a4efe289ed1df9df2ec16c7dc9902 100644
--- a/ash/test/ash_test_base.cc
+++ b/ash/test/ash_test_base.cc
@@ -327,11 +327,6 @@ void AshTestBase::SetUserLoggedIn(bool user_logged_in) {
user_logged_in);
}
-void AshTestBase::SetCanLockScreen(bool can_lock_screen) {
- AshTestHelper::GetTestSessionStateDelegate()->SetCanLockScreen(
- can_lock_screen);
-}
-
void AshTestBase::SetShouldLockScreenBeforeSuspending(bool should_lock) {
AshTestHelper::GetTestSessionStateDelegate()
->SetShouldLockScreenBeforeSuspending(should_lock);
« no previous file with comments | « ash/test/ash_test_base.h ('k') | ash/test/ash_test_impl_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698