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

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

Issue 2091263004: Moves a couple of the maximize mode classes to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 6 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_window_mus.h ('k') | ash/wm/maximize_mode/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_window_mus.cc
diff --git a/ash/mus/bridge/wm_window_mus.cc b/ash/mus/bridge/wm_window_mus.cc
index c822398b79090c3c28d5d8a49f0d539e9a9decdf..844a83a56043ea997d30ef08d2f0f3e0a4a9c7b6 100644
--- a/ash/mus/bridge/wm_window_mus.cc
+++ b/ash/mus/bridge/wm_window_mus.cc
@@ -506,6 +506,13 @@ void WmWindowMus::SetRestoreShowState(ui::WindowShowState show_state) {
restore_show_state_ = show_state;
}
+void WmWindowMus::SetRestoreOverrides(
+ const gfx::Rect& bounds_override,
+ ui::WindowShowState window_state_override) {
+ // TODO(sky): see http://crbug.com/623314.
+ NOTIMPLEMENTED();
+}
+
void WmWindowMus::SetLockedToRoot(bool value) {
// TODO(sky): there is no getter for this. Investigate where used.
NOTIMPLEMENTED();
« no previous file with comments | « ash/mus/bridge/wm_window_mus.h ('k') | ash/wm/maximize_mode/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698