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

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

Issue 2347493003: Moves RootWindowController::MoveWindowsTo to WmRootWindowController (Closed)
Patch Set: Created 4 years, 3 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/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 b773b7f6f0ca8c8194e1710a4cc82fc19251f928..96b537607ba03a240a570b62bff8a2cd7f2e2eb6 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -252,6 +252,13 @@ display::Display WmShellMus::GetFirstDisplay() const {
bool WmShellMus::IsInUnifiedMode() const {
// TODO(mash): implement http://crbug.com/622480.
+ NOTIMPLEMENTED();
+ return false;
+}
+
+bool WmShellMus::IsInUnifiedModeIgnoreMirroring() const {
+ // TODO(mash): implement http://crbug.com/622480.
+ NOTIMPLEMENTED();
return false;
}

Powered by Google App Engine
This is Rietveld 408576698