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

Unified Diff: ui/aura/client/drag_drop_client.h

Issue 8949010: Rename WindowDragDropDelegate->DragDropDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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/aura.gyp ('k') | ui/aura/client/drag_drop_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/drag_drop_client.h
===================================================================
--- ui/aura/client/drag_drop_client.h (revision 114593)
+++ ui/aura/client/drag_drop_client.h (working copy)
@@ -14,8 +14,8 @@
}
namespace aura {
-
class Window;
+namespace client {
// An interface implemented by an object that controls a drag and drop session.
class AURA_EXPORT DragDropClient {
@@ -40,6 +40,10 @@
virtual bool IsDragDropInProgress() = 0;
};
+AURA_EXPORT void SetDragDropClient(DragDropClient* client);
+AURA_EXPORT DragDropClient* GetDragDropClient();
+
+} // namespace client
} // namespace aura
#endif // UI_AURA_CLIENT_DRAG_DROP_CLIENT_H_
« no previous file with comments | « ui/aura/aura.gyp ('k') | ui/aura/client/drag_drop_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698