Index: ash/test/ash_test_base.h |
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h |
index 875013b6520d489e06ae2479fff8f5ca16718ad8..e877eec5e9698aedfb5fb1555338e6f0b28a3d8b 100644 |
--- a/ash/test/ash_test_base.h |
+++ b/ash/test/ash_test_base.h |
@@ -117,6 +117,7 @@ class AshTestBase : public testing::Test { |
// Utility methods to emulate user logged in or not, session started or not |
// and user able to lock screen or not cases. |
void SetSessionStarted(bool session_started); |
+ void SetSessionStarting(); |
James Cook
2015/02/17 20:03:36
Please document how this relates to SetSessionStar
|
void SetUserLoggedIn(bool user_logged_in); |
void SetCanLockScreen(bool can_lock_screen); |
void SetShouldLockScreenBeforeSuspending(bool should_lock); |