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

Unified Diff: ash/common/wm_shell.h

Issue 2780943002: Enables ScreenPinningController for mash/mus (Closed)
Patch Set: local 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/workspace/workspace_layout_manager_unittest.cc ('k') | ash/common/wm_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index c61089267f064e8387af8eea8acfad02b6f73dd0..c1782f531a8b60552f71c0d5571865e4d43b1bc6 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -135,18 +135,6 @@ class ASH_EXPORT WmShell {
simulate_modal_window_open_for_testing_ = modal_window_open;
}
- // Returns true if a window is currently pinned.
- virtual bool IsPinned() = 0;
-
- // Sets/Unsets the |window| to as a pinned window. If this is called with a
- // window with WINDOW_STATE_TYPE_PINNED state, then this sets the |window|
- // as a pinned window. Otherwise, this unsets it.
- // For setting, a caller needs to guarantee that no windows are set
- // as pinned window. For unsetting, a caller needs to guarantee that the
- // |window| is the one which is currently set as a pinned window via previous
- // this function invocation.
- virtual void SetPinnedWindow(WmWindow* window) = 0;
-
// See aura::client::CursorClient for details on these.
virtual void LockCursor() = 0;
virtual void UnlockCursor() = 0;
« no previous file with comments | « ash/common/wm/workspace/workspace_layout_manager_unittest.cc ('k') | ash/common/wm_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698