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

Unified Diff: components/exo/shell_surface.cc

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 | « components/exo/keyboard.cc ('k') | components/exo/wayland/server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/shell_surface.cc
diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc
index 55662e9cf3751030bf64730a424633c5eb1e7683..2f4234a5e171898b5c6a1ff73655cf80e4cfa968 100644
--- a/components/exo/shell_surface.cc
+++ b/components/exo/shell_surface.cc
@@ -1530,7 +1530,7 @@
// 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/tablet mode (thus the
+ // the bounds of the window in fullscreen/maximize mode (thus the
// background can be visible).
bool enable_backdrop =
(widget_->IsFullscreen() || widget_->IsMaximized()) &&
« no previous file with comments | « components/exo/keyboard.cc ('k') | components/exo/wayland/server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698