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

Unified Diff: ash/common/wm_shell.h

Issue 2733303004: Removes WmShell::NewWindow() (Closed)
Patch Set: cleanup 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 2adc80dcccb75225fb24e7d9b28f6c13e1e4b299..1e97cbda0f1eff7b15ecbac39dbb81d408c7dc36 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -18,9 +18,7 @@
#include "base/observer_list.h"
#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 {
class AppList;
@@ -221,9 +219,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;

Powered by Google App Engine
This is Rietveld 408576698