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

Unified Diff: ash/test/test_session_state_delegate.h

Issue 783663003: Special check on Supervised User creation flow added to prevent misleading shelf alignment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
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 a77b3cdbeaf8cce57c8ada74ed257a656bcf233a..18ea5104254c1d4f04d4dcd374b1467ae3d2e788 100644
--- a/ash/test/test_session_state_delegate.h
+++ b/ash/test/test_session_state_delegate.h
@@ -40,6 +40,7 @@ class TestSessionStateDelegate : public SessionStateDelegate {
void LockScreen() override;
void UnlockScreen() override;
bool IsUserSessionBlocked() const override;
+ bool IsInSupervisedUserCreationFlow() const override;
SessionState GetSessionState() const override;
const user_manager::UserInfo* GetUserInfo(
ash::MultiProfileIndex index) const override;

Powered by Google App Engine
This is Rietveld 408576698