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

Unified Diff: ash/test/test_session_state_delegate.h

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_impl_aura.cc ('k') | ash/test/test_session_state_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_session_state_delegate.h
diff --git a/ash/test/test_session_state_delegate.h b/ash/test/test_session_state_delegate.h
index 02e84543e1c1198ef5df84e0ecbecbea0316fab0..6e1d0baffc009402e6a18617503874732ee8d622 100644
--- a/ash/test/test_session_state_delegate.h
+++ b/ash/test/test_session_state_delegate.h
@@ -70,7 +70,7 @@ class TestSessionStateDelegate : public SessionStateDelegate {
// Updates the internal state that indicates whether the screen can be locked.
// Locking will only actually be allowed when this value is |true| and there
// is an active user.
- void SetCanLockScreen(bool can_lock_screen);
+ static void SetCanLockScreen(bool can_lock_screen);
// Updates |should_lock_screen_before_suspending_|.
void SetShouldLockScreenBeforeSuspending(bool should_lock);
« no previous file with comments | « ash/test/ash_test_impl_aura.cc ('k') | ash/test/test_session_state_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698