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

Unified Diff: ui/aura_shell/shell.cc

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_shell/drag_drop_controller_unittest.cc ('k') | ui/views/widget/native_widget_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/shell.cc
===================================================================
--- ui/aura_shell/shell.cc (revision 114593)
+++ ui/aura_shell/shell.cc (working copy)
@@ -218,9 +218,6 @@
// Initialize drag drop controller.
drag_drop_controller_.reset(new internal::DragDropController);
- aura::RootWindow::GetInstance()->SetProperty(
- aura::kRootWindowDragDropClientKey,
- static_cast<aura::DragDropClient*>(drag_drop_controller_.get()));
}
void Shell::InitLayoutManagers(aura::RootWindow* root_window) {
« no previous file with comments | « ui/aura_shell/drag_drop_controller_unittest.cc ('k') | ui/views/widget/native_widget_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698