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

Unified Diff: ash/mus/bridge/wm_shell_mus.cc

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/mus/bridge/wm_shell_mus.h ('k') | ash/shell.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.cc
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
index f9d2445a5756ac294bd67fa96cae161312de29f0..5407d381d924133d4a7a0f26bc09b58f2aef57c6 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -204,17 +204,6 @@ void WmShellMus::SetDisplayWorkAreaInsets(WmWindow* window,
window_manager_->screen()->SetWorkAreaInsets(window->aura_window(), insets);
}
-bool WmShellMus::IsPinned() {
- // TODO: http://crbug.com/622486.
- NOTIMPLEMENTED();
- return false;
-}
-
-void WmShellMus::SetPinnedWindow(WmWindow* window) {
- // TODO: http://crbug.com/622486.
- NOTIMPLEMENTED();
-}
-
void WmShellMus::LockCursor() {
// TODO: http::/crbug.com/637853
NOTIMPLEMENTED();
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.h ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698