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

Unified Diff: chrome/browser/ui/ash/session_state_delegate_views.cc

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: chrome/browser/ui/ash/session_state_delegate_views.cc
diff --git a/chrome/browser/ui/ash/session_state_delegate_views.cc b/chrome/browser/ui/ash/session_state_delegate_views.cc
index de814bd3f1c1452e74dba8de267bcb68b2619800..d7f1af19f53c9be6f74830d3d578645c0e564dc0 100644
--- a/chrome/browser/ui/ash/session_state_delegate_views.cc
+++ b/chrome/browser/ui/ash/session_state_delegate_views.cc
@@ -62,6 +62,13 @@ bool SessionStateDelegate::IsUserSessionBlocked() const {
return false;
}
+bool IsInSupervisedUserCreationFlow() const override {
+ return false;
+}
+
+void SetIsInSupervisedUserCreationFlow(bool is_in_flow) override {
+}
+
ash::SessionStateDelegate::SessionState SessionStateDelegate::GetSessionState()
const {
return SESSION_STATE_ACTIVE;
« ash/shelf/shelf_layout_manager.cc ('K') | « chrome/browser/ui/ash/session_state_delegate_views.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698