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

Unified Diff: ui/aura_shell/shell.h

Issue 8450018: First shot at implementing drag&drop for Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: modified according to comments 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_shell/shell.h
diff --git a/ui/aura_shell/shell.h b/ui/aura_shell/shell.h
index 1b4c719f3c7af0f3bcbacd60ee931de3c12df6cf..e4051d5e94b7838ef602a78e52a51333cd477ffc 100644
--- a/ui/aura_shell/shell.h
+++ b/ui/aura_shell/shell.h
@@ -29,6 +29,7 @@ class Launcher;
class ShellDelegate;
namespace internal {
+class DragDropController;
class ShelfLayoutController;
class WorkspaceController;
}
@@ -79,6 +80,7 @@ class AURA_SHELL_EXPORT Shell {
scoped_ptr<Launcher> launcher_;
+ scoped_ptr<internal::DragDropController> drag_drop_controller_;
scoped_ptr<internal::WorkspaceController> workspace_controller_;
scoped_ptr<internal::ShelfLayoutController> shelf_layout_controller_;

Powered by Google App Engine
This is Rietveld 408576698