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

Unified Diff: ash/shell_port.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/shell_port.h
diff --git a/ash/shell_port.h b/ash/shell_port.h
index 9593ef6b965691161e613bb68607a074b548833d..8f56b7f5003d7dcea651fdac7663b700967d6d4f 100644
--- a/ash/shell_port.h
+++ b/ash/shell_port.h
@@ -61,7 +61,7 @@ enum class LoginStatus;
enum class TaskSwitchSource;
namespace wm {
-class MaximizeModeEventHandler;
+class TabletModeEventHandler;
class WindowState;
}
@@ -167,8 +167,8 @@ class ASH_EXPORT ShellPort {
virtual std::unique_ptr<WindowCycleEventFilter>
CreateWindowCycleEventFilter() = 0;
- virtual std::unique_ptr<wm::MaximizeModeEventHandler>
- CreateMaximizeModeEventHandler() = 0;
+ virtual std::unique_ptr<wm::TabletModeEventHandler>
+ CreateTabletModeEventHandler() = 0;
virtual std::unique_ptr<WorkspaceEventHandler> CreateWorkspaceEventHandler(
WmWindow* workspace_window) = 0;

Powered by Google App Engine
This is Rietveld 408576698