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

Unified Diff: ash/wm/window_util.cc

Issue 10384212: fix property linkage warnings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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
« no previous file with comments | « ash/wm/window_properties.cc ('k') | ash/wm/workspace/workspace_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_util.cc
diff --git a/ash/wm/window_util.cc b/ash/wm/window_util.cc
index 4ad8dc9561aecc4a774d301ed11e9429c8fbfd4e..c71cf192bbbd52571c75059d841c5e5580276428 100644
--- a/ash/wm/window_util.cc
+++ b/ash/wm/window_util.cc
@@ -6,20 +6,16 @@
#include "ash/shell.h"
#include "ash/wm/activation_controller.h"
+#include "ash/wm/window_properties.h"
#include "ui/aura/client/activation_client.h"
#include "ui/aura/client/aura_constants.h"
#include "ui/aura/root_window.h"
#include "ui/aura/window.h"
-#include "ui/aura/window_property.h"
#include "ui/base/ui_base_types.h"
#include "ui/gfx/monitor.h"
#include "ui/gfx/screen.h"
-DECLARE_WINDOW_PROPERTY_TYPE(bool);
-
namespace ash {
-DEFINE_WINDOW_PROPERTY_KEY(bool, kOpenWindowSplitKey, false);
-
namespace wm {
void ActivateWindow(aura::Window* window) {
« no previous file with comments | « ash/wm/window_properties.cc ('k') | ash/wm/workspace/workspace_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698