| Index: content/renderer/pepper/pepper_webplugin_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_webplugin_impl.cc b/content/renderer/pepper/pepper_webplugin_impl.cc
|
| index e4bf44d685fc6ed9eb1d3197690258a8beccb8b5..0f53f2a80526157901722a77b803c24529e61961 100644
|
| --- a/content/renderer/pepper/pepper_webplugin_impl.cc
|
| +++ b/content/renderer/pepper/pepper_webplugin_impl.cc
|
| @@ -254,14 +254,6 @@ void PepperWebPluginImpl::didFailLoading(const blink::WebURLError& error) {
|
| document_loader->didFail(NULL, error);
|
| }
|
|
|
| -void PepperWebPluginImpl::didFinishLoadingFrameRequest(const blink::WebURL& url,
|
| - void* notify_data) {}
|
| -
|
| -void PepperWebPluginImpl::didFailLoadingFrameRequest(
|
| - const blink::WebURL& url,
|
| - void* notify_data,
|
| - const blink::WebURLError& error) {}
|
| -
|
| bool PepperWebPluginImpl::hasSelection() const {
|
| return !selectionAsText().isEmpty();
|
| }
|
|
|