| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 0ef81c6f8e121997fd50d10168b1af10b2f250c9..65fa5f846e264a16c2685a227a6d47550aafcb33 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2352,6 +2352,12 @@ void WebContentsImpl::OnBrowserPluginCreateGuest(
|
| params);
|
| }
|
|
|
| +void WebContentsImpl::DidBlock3DAPIs(const GURL& url,
|
| + ThreeDAPIType requester) {
|
| + FOR_EACH_OBSERVER(WebContentsObserver, observers_,
|
| + DidBlock3DAPIs(url, requester));
|
| +}
|
| +
|
| // Notifies the RenderWidgetHost instance about the fact that the page is
|
| // loading, or done loading and calls the base implementation.
|
| void WebContentsImpl::SetIsLoading(bool is_loading,
|
|
|