| Index: ui/aura/client/aura_constants.cc
|
| ===================================================================
|
| --- ui/aura/client/aura_constants.cc (revision 114527)
|
| +++ ui/aura/client/aura_constants.cc (working copy)
|
| @@ -12,10 +12,11 @@
|
| const char kDragDropDelegateKey[] = "DragDropDelegate";
|
| const char kModalKey[] = "Modal";
|
| const char kRestoreBoundsKey[] = "RestoreBounds";
|
| +const char kRootWindowActivationClient[] = "RootWindowActivationClient";
|
| +const char kRootWindowActiveWindow[] = "RootWindowActiveWindow";
|
| const char kRootWindowDragDropClientKey[] = "RootWindowDragDropClient";
|
| +const char kRootWindowStackingClient[] = "RootWindowStackingClient";
|
| const char kRootWindowTooltipClientKey[] = "RootWindowTooltipClient";
|
| -const char kRootWindowActiveWindow[] = "RootWindowActiveWindow";
|
| -const char kRootWindowActivationClient[] = "RootWindowActivationClient";
|
| const char kShadowTypeKey[] = "ShadowType";
|
| const char kShowStateKey[] = "ShowState";
|
| const char kTooltipTextKey[] = "TooltipText";
|
|
|