Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(476)

Unified Diff: ui/aura/client/aura_constants.cc

Issue 8450018: First shot at implementing drag&drop for Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed windows build errors Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/client/aura_constants.h ('k') | ui/aura/client/drag_drop_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/aura/client/aura_constants.h ('k') | ui/aura/client/drag_drop_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698