diff options
Diffstat (limited to 'chrome/browser/native_ui_contents.cc')
-rw-r--r-- | chrome/browser/native_ui_contents.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/native_ui_contents.cc b/chrome/browser/native_ui_contents.cc index 2cf0572..1961e26d 100644 --- a/chrome/browser/native_ui_contents.cc +++ b/chrome/browser/native_ui_contents.cc @@ -96,7 +96,7 @@ class NativeRootView : public views::RootView { std::wstring title; if (!event.GetData().GetURLAndTitle(&url, &title) || !url.is_valid()) return DragDropTypes::DRAG_NONE; - host_->controller()->LoadURL(url, PageTransition::GENERATED); + host_->controller()->LoadURL(url, GURL(), PageTransition::GENERATED); return OnDragUpdated(event); } |