| Index: ui/aura/client/aura_constants.cc
|
| diff --git a/ui/aura/client/aura_constants.cc b/ui/aura/client/aura_constants.cc
|
| index cae03d61730818cebb0f63f82231811bf029efa5..b433864927b8667e9b5e3098658924dc1e24f34f 100644
|
| --- a/ui/aura/client/aura_constants.cc
|
| +++ b/ui/aura/client/aura_constants.cc
|
| @@ -10,5 +10,7 @@ const char kAlwaysOnTopKey[] = "AlwaysOnTop";
|
| const char kRestoreBoundsKey[] = "RestoreBoundsKey";
|
| const char kShowStateKey[] = "ShowStateKey";
|
| const char kTooltipTextKey[] = "TooltipTextKey";
|
| +const char kDesktopDragDropClientKey[] = "DesktopDragDropClientKey";
|
| +const char kDragDropDelegateKey[] = "DragDropDelegateKey";
|
|
|
| } // namespace aura
|
|
|