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

Unified Diff: ui/aura/aura_constants.h

Issue 8400063: Move maximize/fullscreen/restore to shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove OVERRIDE from .cc Created 9 years, 2 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 | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | ui/aura/aura_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura_constants.h
diff --git a/ui/aura/aura_constants.h b/ui/aura/aura_constants.h
index adb9fea4e236bcc6e12dad948503b4c38faa4624..66a691141a2e7ed1a2a84d1b2a1054ed9413a98a 100644
--- a/ui/aura/aura_constants.h
+++ b/ui/aura/aura_constants.h
@@ -9,7 +9,18 @@
#include "ui/aura/aura_export.h"
namespace aura {
+// Window property keys that are shared between aura_shell and chrome/views.
+// A property key to store the restore bounds for a window. The type
+// of the value is |gfx::Rect*|.
+AURA_EXPORT extern const char* kRestoreBoundsKey;
+
+// A property key to store ui::WindowShowState for a window.
+// See ui/base/ui_base_types.h for its definition.
+AURA_EXPORT extern const char* kShowStateKey;
+
+// A property key to store tooltip text for a window. The type of the value
+// is |std::string*|.
AURA_EXPORT extern const char* kTooltipTextKey;
} // namespace aura
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | ui/aura/aura_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698