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

Unified Diff: ash/common/wm_shell.h

Issue 2733303004: Removes WmShell::NewWindow() (Closed)
Patch Set: merge and feedback Created 3 years, 9 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/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index 240c0a1584a0adc42817c60d7262f07edf9777b3..42ac186daa57aac47586aa2abdc281b8bf602adf 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -19,6 +19,7 @@
#include "components/ui_devtools/devtools_server.h"
#include "ui/base/ui_base_types.h"
#include "ui/compositor/layer_type.h"
+#include "ui/wm/public/activation_change_observer.h"
#include "ui/wm/public/window_types.h"
namespace app_list {
@@ -213,9 +214,6 @@ class ASH_EXPORT WmShell : public SessionStateObserver {
// Returns true when ash is running as a service_manager::Service.
virtual bool IsRunningInMash() const = 0;
- virtual WmWindow* NewWindow(ui::wm::WindowType window_type,
- ui::LayerType layer_type) = 0;
-
virtual WmWindow* GetFocusedWindow() = 0;
virtual WmWindow* GetActiveWindow() = 0;
« no previous file with comments | « ash/common/wm/workspace/workspace_layout_manager_unittest.cc ('k') | ash/common/wm_window_user_data_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698