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

Unified Diff: content/browser/frame_host/interstitial_page_impl.cc

Issue 258793004: Dragging shouldn't block interstitial page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed NOTREACHED to DVLOG. Created 6 years, 8 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/interstitial_page_impl.cc
diff --git a/content/browser/frame_host/interstitial_page_impl.cc b/content/browser/frame_host/interstitial_page_impl.cc
index 10f99b4eadc3586208c6768500a0ec1ef3fdfff2..96650db8ea2f88b8ab7d5074e280d5df6f27828a 100644
--- a/content/browser/frame_host/interstitial_page_impl.cc
+++ b/content/browser/frame_host/interstitial_page_impl.cc
@@ -873,7 +873,8 @@ void InterstitialPageImpl::InterstitialPageRVHDelegateView::StartDragging(
const gfx::ImageSkia& image,
const gfx::Vector2d& image_offset,
const DragEventSourceInfo& event_info) {
- NOTREACHED() << "InterstitialPage does not support dragging yet.";
+ interstitial_page_->render_view_host_->DragSourceSystemDragEnded();
+ DVLOG(1) << "InterstitialPage does not support dragging yet.";
}
void InterstitialPageImpl::InterstitialPageRVHDelegateView::UpdateDragCursor(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698