summaryrefslogtreecommitdiffstats
path: root/ui/aura_shell/window_frame.cc
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-23 16:34:51 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-23 16:34:51 +0000
commita3301dc481459341169381ed35cd20f5022823b2 (patch)
tree5b421cde79989939edc925bde317884783cef4ca /ui/aura_shell/window_frame.cc
parent5bb69ef0273481de128dfa9f3f4753db3e6e1f92 (diff)
downloadchromium_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 'ui/aura_shell/window_frame.cc')
-rw-r--r--ui/aura_shell/window_frame.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/ui/aura_shell/window_frame.cc b/ui/aura_shell/window_frame.cc
deleted file mode 100644
index d4ae694..0000000
--- a/ui/aura_shell/window_frame.cc
+++ /dev/null
@@ -1,11 +0,0 @@
-// 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 "ui/aura_shell/window_frame.h"
-
-namespace aura_shell {
-
-const char* const kWindowFrameKey = "WindowFrameKey";
-
-}