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

Unified Diff: ash/ash_constants.cc

Issue 11085053: Improving window auto management between workspaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed as requested. Corner cases will have to be addressed as they show 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: ash/ash_constants.cc
diff --git a/ash/ash_constants.cc b/ash/ash_constants.cc
index fc76c8afd3a690ea4d0aacd82bfc298091a2c8f2..f253bc7c5a58be8426179377bd0fcfe60415a575 100644
--- a/ash/ash_constants.cc
+++ b/ash/ash_constants.cc
@@ -9,6 +9,8 @@
namespace ash {
DEFINE_WINDOW_PROPERTY_KEY(bool, kConstrainedWindowKey, false);
+DEFINE_WINDOW_PROPERTY_KEY(bool, kUserChangedWindowPositionOrSizeKey, false);
+DEFINE_WINDOW_PROPERTY_KEY(bool, kWindowPositionManagedKey, false);
const int kResizeAreaCornerSize = 16;
const int kResizeOutsideBoundsSize = 6;

Powered by Google App Engine
This is Rietveld 408576698