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

Unified Diff: ash/wm/window_state.h

Issue 2906803002: Rename MaximizeMode to TabletMode (Closed)
Patch Set: updated filter 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
Index: ash/wm/window_state.h
diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h
index a1dcbfb8a2aeafccf4d155fa507ed6c0f2ec6dd0..c0e32b56dd33543c9a0496e5b13690f609ce84cf 100644
--- a/ash/wm/window_state.h
+++ b/ash/wm/window_state.h
@@ -22,7 +22,7 @@ class Rect;
namespace ash {
class LockWindowState;
-class MaximizeModeWindowState;
+class TabletModeWindowState;
namespace mojom {
enum class WindowPinType;
@@ -326,7 +326,7 @@ class ASH_EXPORT WindowState : public aura::WindowObserver {
private:
friend class DefaultState;
friend class ash::LockWindowState;
- friend class ash::MaximizeModeWindowState;
+ friend class ash::TabletModeWindowState;
friend WindowState* GetWindowState(aura::Window*);
FRIEND_TEST_ALL_PREFIXES(WindowAnimationsTest, CrossFadeToBounds);
FRIEND_TEST_ALL_PREFIXES(WindowAnimationsTest,

Powered by Google App Engine
This is Rietveld 408576698