diff options
author | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 21:21:11 +0000 |
---|---|---|
committer | varunjain@chromium.org <varunjain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 21:21:11 +0000 |
commit | 4a229e90405f2c1d97409343f2c274f384284353 (patch) | |
tree | e98220c0de513a06c72207ca12dadcd3689f641c /ui/aura/client/aura_constants.h | |
parent | 084262c6432c7f673f8342326e144660b40cb7d7 (diff) | |
download | chromium_src-4a229e90405f2c1d97409343f2c274f384284353.zip chromium_src-4a229e90405f2c1d97409343f2c274f384284353.tar.gz chromium_src-4a229e90405f2c1d97409343f2c274f384284353.tar.bz2 |
Reland change for aura tooltips that was revert due to build break:
http://codereview.chromium.org/8747022
BUG=97249
TEST=none
Review URL: http://codereview.chromium.org/8769011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/client/aura_constants.h')
-rw-r--r-- | ui/aura/client/aura_constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h index 363c420..dbc321d 100644 --- a/ui/aura/client/aura_constants.h +++ b/ui/aura/client/aura_constants.h @@ -40,6 +40,10 @@ AURA_EXPORT extern const char kDesktopDragDropClientKey[]; // A property key to store the drag and drop delegate for a window. The type of // the value is |aura::WindowDragDropDelegate*|. AURA_EXPORT extern const char kDragDropDelegateKey[]; + +// A property key to store the tooltip client for the desktop. The type of +// the value is |aura::TooltipClient*|. +AURA_EXPORT extern const char kDesktopTooltipClientKey[]; } // namespace aura #endif // UI_AURA_CLIENT_AURA_CONSTANTS_H_ |