| Index: ui/aura/client/aura_constants.h
|
| diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
|
| index 5240c196d94ba91e5e178c8f24e0d0eab2a26756..03ca0920b6db773e82bfbb39a4447d924d6819ea 100644
|
| --- a/ui/aura/client/aura_constants.h
|
| +++ b/ui/aura/client/aura_constants.h
|
| @@ -58,6 +58,9 @@ AURA_EXPORT extern const char kShowStateKey[];
|
| // is |string16*|.
|
| AURA_EXPORT extern const char kTooltipTextKey[];
|
|
|
| +// A property set to store the boolean property if the window is a panel.
|
| +AURA_EXPORT extern const char kPanelKey[];
|
| +
|
| // Alphabetical sort.
|
|
|
| } // namespace aura
|
|
|