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

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

Issue 2112923002: Fix crash when destroying a RenderWidgetHost that holds the pointer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
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 9d3ed241ec0820b7adff3c0b1839358e82887568..73b981d106af20e120e4f985e18b77085fef2887 100644
--- a/content/browser/frame_host/interstitial_page_impl.h
+++ b/content/browser/frame_host/interstitial_page_impl.h
@@ -118,6 +118,7 @@ class CONTENT_EXPORT InterstitialPageImpl
void Copy() override;
void Paste() override;
void SelectAll() override;
+ bool HasMouseLock(RenderWidgetHostImpl* render_widget_host) override;
// RenderViewHostDelegate implementation:
RenderViewHostDelegateView* GetDelegateView() override;

Powered by Google App Engine
This is Rietveld 408576698