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

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

Issue 11085053: Improving window auto management between workspaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Created 8 years, 2 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.h
diff --git a/chrome/browser/sessions/session_types.h b/chrome/browser/sessions/session_types.h
index c81c75f604d335197fe1010798d040ceb1a30168..9e92d72dbfe5bee5d0e74b58ebba42536693cecd 100644
--- a/chrome/browser/sessions/session_types.h
+++ b/chrome/browser/sessions/session_types.h
@@ -227,6 +227,9 @@ struct SessionWindow {
// restore does not attempt to restore them.
bool is_constrained;
+ // If true the user has moved/resized the position by hand.
+ bool user_has_changed_window_or_position;
+
// Timestamp for when this window was last modified.
base::Time timestamp;

Powered by Google App Engine
This is Rietveld 408576698