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

Unified Diff: ash/test/shell_test_api.h

Issue 357323002: Tray elements behave appropriately on the multiple signin screen (more like lock screen) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comments Created 6 years, 4 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
Index: ash/test/shell_test_api.h
diff --git a/ash/test/shell_test_api.h b/ash/test/shell_test_api.h
index 73643974fd851ef9d762b012666f03148635da7c..16cc576c4d36f2621cdda29de718861d38be803f 100644
--- a/ash/test/shell_test_api.h
+++ b/ash/test/shell_test_api.h
@@ -17,6 +17,7 @@ class AshNativeCursorManager;
class DragDropController;
class MaximizeModeWindowManager;
class RootWindowLayoutManager;
+class SessionStateDelegate;
class ScreenPositionController;
class ShelfDelegate;
class ShelfModel;
@@ -46,6 +47,9 @@ public:
// Set ShelfDelegate.
void SetShelfDelegate(ShelfDelegate* delegate);
+ // Set SessionStateDelegate.
+ void SetSessionStateDelegate(SessionStateDelegate* session_state_delegate);
+
private:
Shell* shell_; // not owned

Powered by Google App Engine
This is Rietveld 408576698