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

Unified Diff: ash/mus/window_manager.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/mus/shell_delegate_mus.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index 35a7f89b03209dfb6de2786ab23e086c6a49a0d9..ab1c56051443c234b37b604d7d821d0d27186379 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -7,8 +7,11 @@
#include <stdint.h>
+#include <map>
#include <memory>
#include <set>
+#include <string>
+#include <vector>
#include "ash/root_window_controller.h"
#include "ash/shell_delegate.h"
@@ -234,9 +237,6 @@ class WindowManager : public aura::WindowManagerDelegate,
// ShellDelegateMus is used.
std::unique_ptr<ShellDelegate> shell_delegate_;
- // See ShellPortMash's constructor for details. Tests may set to false.
- bool create_session_state_delegate_stub_for_test_ = true;
-
// State that is only valid during a drag.
struct DragState;
std::unique_ptr<DragState> drag_state_;
« no previous file with comments | « ash/mus/shell_delegate_mus.cc ('k') | ash/mus/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698