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

Unified Diff: chrome/browser/sessions/session_types.cc

Issue 7621061: Restoring a session should restore window minimization state (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing Mark's comments. Created 9 years, 4 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: chrome/browser/sessions/session_types.cc
diff --git a/chrome/browser/sessions/session_types.cc b/chrome/browser/sessions/session_types.cc
index 7a61e4eff2a579962aea7f6d0553c306b0244829..c1f1c2894ca974412dd7f37770b51f87b48e11a9 100644
--- a/chrome/browser/sessions/session_types.cc
+++ b/chrome/browser/sessions/session_types.cc
@@ -114,7 +114,7 @@ SessionWindow::SessionWindow()
: selected_tab_index(-1),
type(Browser::TYPE_TABBED),
is_constrained(true),
- is_maximized(false) {
+ show_state(ui::SHOW_STATE_DEFAULT) {
}
SessionWindow::~SessionWindow() {
« no previous file with comments | « chrome/browser/sessions/session_types.h ('k') | chrome/browser/sync/profile_sync_service_session_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698