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

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

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.h
diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h
index 534988069157071a70c0563a50abe29cffd53304..7712a14b38882b25690ff1dae0485b3e642f0dbf 100644
--- a/content/browser/frame_host/interstitial_page_impl.h
+++ b/content/browser/frame_host/interstitial_page_impl.h
@@ -161,6 +161,8 @@ class CONTENT_EXPORT InterstitialPageImpl
TextInputManager* GetTextInputManager() override;
void GetScreenInfo(content::ScreenInfo* screen_info) override;
void UpdateDeviceScaleFactor(double device_scale_factor) override;
+ bool OnMessageReceived(RenderWidgetHost* render_widget_host,
+ const IPC::Message& message) override;
bool enabled() const { return enabled_; }
WebContents* web_contents() const;

Powered by Google App Engine
This is Rietveld 408576698