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

Unified Diff: chrome/browser/ui/browser_window_state.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/ui/browser_window_state.h
diff --git a/chrome/browser/ui/browser_window_state.h b/chrome/browser/ui/browser_window_state.h
index ec5e7ff1ea51f3f0a07e0687170d06b33a7eac6d..d79162f6065c5b752b48ec49836426ac4e2ba423 100644
--- a/chrome/browser/ui/browser_window_state.h
+++ b/chrome/browser/ui/browser_window_state.h
@@ -23,7 +23,8 @@ bool ShouldSaveWindowPlacement(const Browser* browser);
void SaveWindowPlacement(const Browser* browser,
const gfx::Rect& bounds,
- ui::WindowShowState show_state);
+ ui::WindowShowState show_state,
+ bool user_has_changed_window_or_position);
// Return the |bounds| for the browser window to be used upon creation.
// The |show_state| variable will receive the desired initial show state for

Powered by Google App Engine
This is Rietveld 408576698