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

Unified Diff: ash/aura/shell_port_classic.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/BUILD.gn ('k') | ash/aura/shell_port_classic.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/shell_port_classic.h
diff --git a/ash/aura/shell_port_classic.h b/ash/aura/shell_port_classic.h
index a9843982964122569c2900c3ac8890f3015f52a4..e63ae5bf9253310999931ae2ea62ad37bd5083b1 100644
--- a/ash/aura/shell_port_classic.h
+++ b/ash/aura/shell_port_classic.h
@@ -6,6 +6,7 @@
#define ASH_AURA_SHELL_PORT_CLASSIC_H_
#include <memory>
+#include <vector>
#include "ash/ash_export.h"
#include "ash/display/window_tree_host_manager.h"
@@ -72,7 +73,6 @@ class ASH_EXPORT ShellPortClassic : public ShellPort,
CreateImmersiveFullscreenController() override;
std::unique_ptr<KeyboardUI> CreateKeyboardUI() override;
std::unique_ptr<KeyEventWatcher> CreateKeyEventWatcher() override;
- SessionStateDelegate* GetSessionStateDelegate() override;
void AddDisplayObserver(WmDisplayObserver* observer) override;
void RemoveDisplayObserver(WmDisplayObserver* observer) override;
void AddPointerWatcher(views::PointerWatcher* watcher,
« no previous file with comments | « ash/BUILD.gn ('k') | ash/aura/shell_port_classic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698