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

Unified Diff: ash/ash_constants.h

Issue 10826085: Fixing problems with constrained windows (i.e. print preview) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed namespace request Created 8 years, 5 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/ash.gyp ('k') | ash/ash_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_constants.h
diff --git a/ash/ash_constants.h b/ash/ash_constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..62fde2c13d686613d2f1df2e80211528eba18436
--- /dev/null
+++ b/ash/ash_constants.h
@@ -0,0 +1,21 @@
+// Copyright (c) 2012 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.
+
+#ifndef ASH_ASH_CONSTANTS_H_
+#define ASH_ASH_CONSTANTS_H_
+
+#include "ash/ash_export.h"
+#include "ui/aura/window.h"
+#include "ui/base/ui_base_types.h"
+
+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;
+
+} // namespace ash
+
+#endif // ASH_ASH_CONSTANTS_H_
« no previous file with comments | « ash/ash.gyp ('k') | ash/ash_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698