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

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: minor changes 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
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

Powered by Google App Engine
This is Rietveld 408576698