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; |