| Index: content/browser/web_contents/web_contents_impl.cc
|
| ===================================================================
|
| --- content/browser/web_contents/web_contents_impl.cc (revision 184684)
|
| +++ content/browser/web_contents/web_contents_impl.cc (working copy)
|
| @@ -2499,12 +2499,6 @@
|
| FrameDetached(message_source_, frame_id));
|
| }
|
|
|
| -void WebContentsImpl::DidBlock3DAPIs(const GURL& url,
|
| - ThreeDAPIType requester) {
|
| - FOR_EACH_OBSERVER(WebContentsObserver, observers_,
|
| - DidBlock3DAPIs(url, requester));
|
| -}
|
| -
|
| void WebContentsImpl::DidChangeVisibleSSLState() {
|
| FOR_EACH_OBSERVER(WebContentsObserver, observers_,
|
| DidChangeVisibleSSLState());
|
|
|