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

Unified Diff: ash/shell_port.h

Issue 2910773002: cros: CustomFrameViewAsh avatar icon from a window prop (Closed)
Patch Set: add test Created 3 years, 7 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 | « ash/shell_delegate.h ('k') | ash/shell_port.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_port.h
diff --git a/ash/shell_port.h b/ash/shell_port.h
index a7ade800b20053849acc109f77be57bd1c08d4db..23c8c7dbeafd8af9a47999b9aafa7178661e61dc 100644
--- a/ash/shell_port.h
+++ b/ash/shell_port.h
@@ -48,7 +48,6 @@ class KeyEventWatcher;
class KeyboardUI;
class RootWindowController;
class ScopedDisableInternalMouseAndKeyboard;
-class SessionStateDelegate;
struct ShellInitParams;
class WindowCycleEventFilter;
class WindowResizer;
@@ -184,8 +183,6 @@ class ASH_EXPORT ShellPort {
virtual std::unique_ptr<KeyEventWatcher> CreateKeyEventWatcher() = 0;
- virtual SessionStateDelegate* GetSessionStateDelegate() = 0;
-
virtual void AddDisplayObserver(WmDisplayObserver* observer) = 0;
virtual void RemoveDisplayObserver(WmDisplayObserver* observer) = 0;
« no previous file with comments | « ash/shell_delegate.h ('k') | ash/shell_port.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698