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

Unified Diff: components/exo/shell_surface.cc

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: components/exo/shell_surface.cc
diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc
index 2f4234a5e171898b5c6a1ff73655cf80e4cfa968..55662e9cf3751030bf64730a424633c5eb1e7683 100644
--- a/components/exo/shell_surface.cc
+++ b/components/exo/shell_surface.cc
@@ -1530,7 +1530,7 @@ void ShellSurface::UpdateShadow() {
// Enable the black backdrop layer behind the window if the window
// is in immersive fullscreen, maximized, yet the window can control
- // the bounds of the window in fullscreen/maximize mode (thus the
+ // the bounds of the window in fullscreen/tablet mode (thus the
// background can be visible).
bool enable_backdrop =
(widget_->IsFullscreen() || widget_->IsMaximized()) &&

Powered by Google App Engine
This is Rietveld 408576698