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

Unified Diff: ash/wm/dock/docked_window_layout_manager.h

Issue 24108003: [Cleanup] Rename WindowSettings to WindowState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase fix Created 7 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
« no previous file with comments | « ash/wm/default_window_resizer.cc ('k') | ash/wm/dock/docked_window_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/dock/docked_window_layout_manager.h
diff --git a/ash/wm/dock/docked_window_layout_manager.h b/ash/wm/dock/docked_window_layout_manager.h
index e4542b357cd270b8c0e202cd0000c56afb345d27..8bea76386afd8cf0f9874aadba17d2e1684698e0 100644
--- a/ash/wm/dock/docked_window_layout_manager.h
+++ b/ash/wm/dock/docked_window_layout_manager.h
@@ -9,7 +9,6 @@
#include "ash/shelf/shelf_layout_manager_observer.h"
#include "ash/shell_observer.h"
#include "ash/wm/dock/dock_types.h"
-#include "ash/wm/property_util.h"
#include "ash/wm/workspace/snap_types.h"
#include "base/basictypes.h"
#include "base/compiler_specific.h"
@@ -163,8 +162,8 @@ class ASH_EXPORT DockedWindowLayoutManager
static const int kMinDockGap;
// Minimize / restore window and relayout.
- void MinimizeWindow(aura::Window* window);
- void RestoreWindow(aura::Window* window);
+ void MinimizeDockedWindow(aura::Window* window);
+ void RestoreDockedWindow(aura::Window* window);
// Updates docked layout state when a window gets inside the dock.
void OnWindowDocked(aura::Window* window);
« no previous file with comments | « ash/wm/default_window_resizer.cc ('k') | ash/wm/dock/docked_window_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698