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

Unified Diff: trunk/src/chrome/browser/ui/gtk/apps/native_app_window_gtk.cc

Issue 23707028: Revert 222226 "App windows with ids should remember fullscreen s..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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: trunk/src/chrome/browser/ui/gtk/apps/native_app_window_gtk.cc
===================================================================
--- trunk/src/chrome/browser/ui/gtk/apps/native_app_window_gtk.cc (revision 222246)
+++ trunk/src/chrome/browser/ui/gtk/apps/native_app_window_gtk.cc (working copy)
@@ -211,8 +211,6 @@
ui::WindowShowState NativeAppWindowGtk::GetRestoredState() const {
if (IsMaximized())
return ui::SHOW_STATE_MAXIMIZED;
- if (IsFullscreen())
- return ui::SHOW_STATE_FULLSCREEN;
return ui::SHOW_STATE_NORMAL;
}

Powered by Google App Engine
This is Rietveld 408576698