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

Unified Diff: ash/wm_window.h

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/workspace_controller_unittest.cc ('k') | ash/wm_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm_window.h
diff --git a/ash/wm_window.h b/ash/wm_window.h
index c695bad979ec07a8cd69f8aa56fc44aa6d2c3f0f..7f47bc2e715dcc4f99243d3adf20b111f1a9ad48 100644
--- a/ash/wm_window.h
+++ b/ash/wm_window.h
@@ -228,8 +228,6 @@ class ASH_EXPORT WmWindow : public aura::WindowObserver,
void SetShowState(ui::WindowShowState show_state);
ui::WindowShowState GetShowState() const;
- void SetPreMinimizedShowState(ui::WindowShowState show_state);
- ui::WindowShowState GetPreMinimizedShowState() const;
void SetPreFullscreenShowState(ui::WindowShowState show_state);
// Sets the restore bounds and show state overrides. These values take
« no previous file with comments | « ash/wm/workspace_controller_unittest.cc ('k') | ash/wm_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698