Chromium Code Reviews| Index: ui/aura/aura_constants.cc |
| diff --git a/ui/aura/aura_constants.cc b/ui/aura/aura_constants.cc |
| index 994a6ea3fbb69fae58d5b8aff39593f6331dd59d..b4e0d7abd71a07a6eb6a707e2299d79b56c6dfc2 100644 |
| --- a/ui/aura/aura_constants.cc |
| +++ b/ui/aura/aura_constants.cc |
| @@ -8,4 +8,8 @@ namespace aura { |
| const char* kTooltipTextKey = "TooltipTextKey"; |
| +const char* kShowStateKey = "ShowStateKey"; |
| + |
| +const char* kRestoreBoundsKey = "RestoreBoundsKey"; |
| + |
| } |