Chromium Code Reviews| Index: ui/aura/client/aura_constants.h |
| =================================================================== |
| --- ui/aura/client/aura_constants.h (revision 110305) |
| +++ ui/aura/client/aura_constants.h (working copy) |
| @@ -26,6 +26,9 @@ |
| // is |string16*|. |
| AURA_EXPORT extern const char kTooltipTextKey[]; |
| +// A property key to store the boolean property of window modality. |
| +AURA_EXPORT extern const char kModalKey[]; |
| + |
| } // namespace aura |
| #endif // UI_AURA_CLIENT_AURA_CONSTANTS_H_ |