summaryrefslogtreecommitdiffstats
path: root/ash/ash_constants.h
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-02 21:51:06 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-02 21:51:06 +0000
commitb5e498da5e398d59739c431525edf0682d7680fe (patch)
treef37a87d0fed83d46728d1aaa2de690d1719e0561 /ash/ash_constants.h
parent1f2b2fcea5361d4d1c1dca69bf1651bb93efcb08 (diff)
downloadchromium_src-b5e498da5e398d59739c431525edf0682d7680fe.zip
chromium_src-b5e498da5e398d59739c431525edf0682d7680fe.tar.gz
chromium_src-b5e498da5e398d59739c431525edf0682d7680fe.tar.bz2
aura/ash cleanup: Use a single window-key for constrained windows.
There is a kConstrainedWindowKey in both ash and aura::client namespace, which is pretty confusing when reading the code. So remove the ash version. BUG=none R=sky@chromium.org Review URL: https://codereview.chromium.org/97893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238195 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_constants.h')
-rw-r--r--ash/ash_constants.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ash/ash_constants.h b/ash/ash_constants.h
index 8e88985..cad4354 100644
--- a/ash/ash_constants.h
+++ b/ash/ash_constants.h
@@ -13,11 +13,6 @@ typedef unsigned int SkColor;
namespace ash {
-// The window is a constrained window and lives therefore entirely within
-// another aura window.
-ASH_EXPORT extern const aura::WindowProperty<bool>* const
- kConstrainedWindowKey;
-
// In the window corners, the resize areas don't actually expand bigger, but the
// 16 px at the end of each edge triggers diagonal resizing.
ASH_EXPORT extern const int kResizeAreaCornerSize;