diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 16:34:51 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-23 16:34:51 +0000 |
commit | a3301dc481459341169381ed35cd20f5022823b2 (patch) | |
tree | 5b421cde79989939edc925bde317884783cef4ca /ash/wm/window_frame.cc | |
parent | 5bb69ef0273481de128dfa9f3f4753db3e6e1f92 (diff) | |
download | chromium_src-a3301dc481459341169381ed35cd20f5022823b2.zip chromium_src-a3301dc481459341169381ed35cd20f5022823b2.tar.gz chromium_src-a3301dc481459341169381ed35cd20f5022823b2.tar.bz2 |
Move some more WM functionality down into ash.
http://crbug.com/108457
TEST=none
TBR=sky
Review URL: http://codereview.chromium.org/9035001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/window_frame.cc')
-rw-r--r-- | ash/wm/window_frame.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ash/wm/window_frame.cc b/ash/wm/window_frame.cc new file mode 100644 index 0000000..049e4bb --- /dev/null +++ b/ash/wm/window_frame.cc @@ -0,0 +1,11 @@ +// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "ash/wm/window_frame.h" + +namespace aura_shell { + +const char* const kWindowFrameKey = "WindowFrameKey"; + +} |