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

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

Issue 2503563002: Drag-and-drop: updateDragCursor (Closed)
Patch Set: Created 4 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: 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 63bba94ac719e41edaae497162613ae186ff71d1..31971ec4d3a6eb856527995b5e39f2bd2f71fd21 100644
--- a/content/browser/frame_host/interstitial_page_impl.cc
+++ b/content/browser/frame_host/interstitial_page_impl.cc
@@ -956,4 +956,10 @@ void InterstitialPageImpl::UpdateDeviceScaleFactor(double device_scale_factor) {
web_contents_impl->UpdateDeviceScaleFactor(device_scale_factor);
}
+bool InterstitialPageImpl::OnMessageReceived(
+ RenderWidgetHost* render_widget_host,
+ const IPC::Message& message) {
+ return false;
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698