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

Unified Diff: ash/wm_window.cc

Issue 2897993003: chromeos: converts WindowResizer to aura::Window (Closed)
Patch Set: remove include from exo Created 3 years, 7 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/wm_window.h ('k') | components/exo/shell_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm_window.cc
diff --git a/ash/wm_window.cc b/ash/wm_window.cc
index 66d1efd05cb2fec84dbc586d88f55f98b07ff390..54bded7f35d7e454d64ef89e2c8717eb30375827 100644
--- a/ash/wm_window.cc
+++ b/ash/wm_window.cc
@@ -444,14 +444,6 @@ ui::WindowShowState WmWindow::GetShowState() const {
return window_->GetProperty(aura::client::kShowStateKey);
}
-void WmWindow::SetPreMinimizedShowState(ui::WindowShowState show_state) {
- window_->SetProperty(aura::client::kPreMinimizedShowStateKey, show_state);
-}
-
-ui::WindowShowState WmWindow::GetPreMinimizedShowState() const {
- return window_->GetProperty(aura::client::kPreMinimizedShowStateKey);
-}
-
void WmWindow::SetPreFullscreenShowState(ui::WindowShowState show_state) {
// We should never store the ui::SHOW_STATE_MINIMIZED as the show state before
// fullscreen.
« no previous file with comments | « ash/wm_window.h ('k') | components/exo/shell_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698