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

Unified Diff: ash/common/wm_shell.h

Issue 2787363002: Moves couple of WmShell methods to standalone functions (Closed)
Patch Set: feedback and fix applist 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 c1782f531a8b60552f71c0d5571865e4d43b1bc6..ab69803e7a31c4bbcb683e7bdcfef5f3b279b7d3 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -74,11 +74,6 @@ class ASH_EXPORT WmShell {
virtual bool IsRunningInMash() const = 0;
virtual Config GetConfig() const = 0;
- virtual WmWindow* GetFocusedWindow() = 0;
- virtual WmWindow* GetActiveWindow() = 0;
-
- virtual WmWindow* GetCaptureWindow() = 0;
-
// Convenience for GetPrimaryRootWindow()->GetRootWindowController().
RootWindowController* GetPrimaryRootWindowController();
« no previous file with comments | « ash/common/wm/workspace/workspace_layout_manager.cc ('k') | ash/mus/accelerators/accelerator_controller_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698