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

Unified Diff: ash/test/shell_test_api.h

Issue 2905383003: (fix landed) Reland of name 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/system/screen_layout_observer_unittest.cc ('k') | ash/virtual_keyboard_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/shell_test_api.h
diff --git a/ash/test/shell_test_api.h b/ash/test/shell_test_api.h
index f1eb5d4c900cbb053d310fc6c8a17ea55c9457e7..c5e0817c481b7906c1a3ae78ca6e615ff6fe1c9b 100644
--- a/ash/test/shell_test_api.h
+++ b/ash/test/shell_test_api.h
@@ -12,7 +12,7 @@
namespace ash {
class AshNativeCursorManager;
class DragDropController;
-class MaximizeModeWindowManager;
+class TabletModeWindowManager;
class PaletteDelegate;
class SessionStateDelegate;
class ScreenPositionController;
@@ -33,7 +33,7 @@
ScreenPositionController* screen_position_controller();
AshNativeCursorManager* ash_native_cursor_manager();
DragDropController* drag_drop_controller();
- MaximizeModeWindowManager* maximize_mode_window_manager();
+ TabletModeWindowManager* tablet_mode_window_manager();
void SetPaletteDelegate(std::unique_ptr<PaletteDelegate> palette_delegate);
void SetSessionStateDelegate(SessionStateDelegate* session_state_delegate);
« no previous file with comments | « ash/system/screen_layout_observer_unittest.cc ('k') | ash/virtual_keyboard_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698