| 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 a1e986b9d2a7e0498e2ac69a2762683eed73aedf..193e130f0b5f0a1e5175d8396a7b0f349104fe23 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2342,6 +2342,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,
|
|
|