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

Unified Diff: ash/mus/bridge/wm_shell_mus.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
« no previous file with comments | « ash/common/wm_window_user_data_unittest.cc ('k') | ash/mus/bridge/wm_shell_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_shell_mus.h
diff --git a/ash/mus/bridge/wm_shell_mus.h b/ash/mus/bridge/wm_shell_mus.h
index cc9b6557073a64455b72c36b3fbdbf2dd0267c69..fd732937435a72e1349c849e678717a1e234273f 100644
--- a/ash/mus/bridge/wm_shell_mus.h
+++ b/ash/mus/bridge/wm_shell_mus.h
@@ -58,12 +58,8 @@ class WmShellMus : public WmShell {
WindowManager* window_manager() { return window_manager_; }
// WmShell:
- void Initialize(
- const scoped_refptr<base::SequencedWorkerPool>& pool) override;
void Shutdown() override;
bool IsRunningInMash() const override;
- WmWindow* NewWindow(ui::wm::WindowType window_type,
- ui::LayerType layer_type) override;
WmWindow* GetFocusedWindow() override;
WmWindow* GetActiveWindow() override;
WmWindow* GetCaptureWindow() override;
« no previous file with comments | « ash/common/wm_window_user_data_unittest.cc ('k') | ash/mus/bridge/wm_shell_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698