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

Unified Diff: ui/aura/test/test_desktop_delegate.h

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/test/test_desktop_delegate.h
diff --git a/ui/aura/test/test_desktop_delegate.h b/ui/aura/test/test_desktop_delegate.h
index 09bfc31e2470c65f0e02231bcff9c16f7880769c..ca81eea17cc8514f29eae693b482ca20313f3b2a 100644
--- a/ui/aura/test/test_desktop_delegate.h
+++ b/ui/aura/test/test_desktop_delegate.h
@@ -31,6 +31,9 @@ class TestDesktopDelegate : public DesktopDelegate {
// Overridden from DesktopDelegate:
virtual void AddChildToDefaultParent(Window* window) OVERRIDE;
virtual Window* GetTopmostWindowToActivate(Window* ignore) const OVERRIDE;
+ virtual DragDropController* GetDragDropController() const OVERRIDE {
Ben Goodger (Google) 2011/11/07 20:33:36 Can you move this to the .cc like the other method
varunjain 2011/11/08 21:59:35 Done.
+ return NULL;
+ }
scoped_ptr<ToplevelWindowContainer> default_container_;
« no previous file with comments | « ui/aura/drag_drop_controller.h ('k') | ui/aura_shell/shell.h » ('j') | ui/aura_shell/shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698