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

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

Issue 2735033003: Promotes IsForceMaximizeOnFirstRun() to WmShell (Closed)
Patch Set: 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') | no next file » | 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 87728714c6c3564f6c10ea0186c9a13acd5aefc1..ad6148649b1ab4a450520d8b7efb55e2ab026b7c 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -257,11 +257,6 @@ bool WmShellMus::IsInUnifiedModeIgnoreMirroring() const {
return false;
}
-bool WmShellMus::IsForceMaximizeOnFirstRun() {
- NOTIMPLEMENTED();
- return false;
-}
-
void WmShellMus::SetDisplayWorkAreaInsets(WmWindow* window,
const gfx::Insets& insets) {
window_manager_->screen()->SetWorkAreaInsets(window->aura_window(), insets);
« no previous file with comments | « ash/mus/bridge/wm_shell_mus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698