| 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
|
|
|