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

Unified Diff: ash/shell.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: Stored result of check on multiple signin screen to local variable Created 6 years, 5 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 | « no previous file | ash/shell.cc » ('j') | ash/system/bluetooth/tray_bluetooth.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 14e1f9144cdffef725d80b85ce2509ac741efe46..0060a8cf0467becc97800624c3c09bedecde465b 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -400,6 +400,10 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
return session_state_delegate_.get();
}
+ // For testing only: set specific SessionStateDelegate
+ void SetSessionStateDelegateForTesting(
+ SessionStateDelegate* session_state_delegate);
oshima 2014/08/01 20:31:22 move this to ash/test/shell_test_api
Roman Sorokin (ftl) 2014/08/05 13:44:08 Done.
+
AccessibilityDelegate* accessibility_delegate() {
return accessibility_delegate_.get();
}
« no previous file with comments | « no previous file | ash/shell.cc » ('j') | ash/system/bluetooth/tray_bluetooth.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698