| Index: ui/aura/client/aura_constants.cc
|
| diff --git a/ui/aura/client/aura_constants.cc b/ui/aura/client/aura_constants.cc
|
| index 31c056674491217fbb25310f8bdb5dc9173de089..32c8284edd94598b7071bbfd99ae776a34c0948d 100644
|
| --- a/ui/aura/client/aura_constants.cc
|
| +++ b/ui/aura/client/aura_constants.cc
|
| @@ -11,5 +11,7 @@ const char kRestoreBoundsKey[] = "RestoreBoundsKey";
|
| const char kShowStateKey[] = "ShowStateKey";
|
| const char kTooltipTextKey[] = "TooltipTextKey";
|
| const char kModalKey[] = "ModalKey";
|
| +const char kDesktopDragDropClientKey[] = "DesktopDragDropClientKey";
|
| +const char kDragDropDelegateKey[] = "DragDropDelegateKey";
|
|
|
| } // namespace aura
|
|
|