Chromium Code Reviews| Index: ui/aura/aura_constants.h |
| diff --git a/ui/aura/aura_constants.h b/ui/aura/aura_constants.h |
| index adb9fea4e236bcc6e12dad948503b4c38faa4624..86a23e23a12e9443c2741527cf3f4d4f9be79f9c 100644 |
| --- a/ui/aura/aura_constants.h |
| +++ b/ui/aura/aura_constants.h |
| @@ -12,6 +12,10 @@ namespace aura { |
| AURA_EXPORT extern const char* kTooltipTextKey; |
| +AURA_EXPORT extern const char* kShowStateKey; |
|
sky
2011/10/31 23:17:34
nit: sort these, and add a description of where th
oshima
2011/11/01 00:40:33
Done.
|
| + |
| +AURA_EXPORT extern const char* kRestoreBoundsKey; |
| + |
| } // namespace aura |
| #endif // UI_AURA_AURA_CONSTANTS_H_ |