| 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 2773194caf80bc914b443aab3b3c90a5d3ab8880..6d25999fce16cf8965f5f5dfd52ab3c4bddb3d3c 100644
|
| --- a/content/renderer/pepper/pepper_webplugin_impl.cc
|
| +++ b/content/renderer/pepper/pepper_webplugin_impl.cc
|
| @@ -251,14 +251,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();
|
| }
|
|
|