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

Unified Diff: ash/wm/window_state.h

Issue 2909763002: Revert of Rename MaximizeMode to TabletMode (Closed)
Patch Set: 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_properties.h ('k') | ash/wm/workspace/workspace_layout_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_state.h
diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h
index c0e32b56dd33543c9a0496e5b13690f609ce84cf..a1dcbfb8a2aeafccf4d155fa507ed6c0f2ec6dd0 100644
--- a/ash/wm/window_state.h
+++ b/ash/wm/window_state.h
@@ -22,7 +22,7 @@
namespace ash {
class LockWindowState;
-class TabletModeWindowState;
+class MaximizeModeWindowState;
namespace mojom {
enum class WindowPinType;
@@ -326,7 +326,7 @@
private:
friend class DefaultState;
friend class ash::LockWindowState;
- friend class ash::TabletModeWindowState;
+ friend class ash::MaximizeModeWindowState;
friend WindowState* GetWindowState(aura::Window*);
FRIEND_TEST_ALL_PREFIXES(WindowAnimationsTest, CrossFadeToBounds);
FRIEND_TEST_ALL_PREFIXES(WindowAnimationsTest,
« no previous file with comments | « ash/wm/window_properties.h ('k') | ash/wm/workspace/workspace_layout_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698