| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| index ee2e780b9fa2bf0491d437242fe9a7c2c07ec6a5..30832ff29963da3bc381aa2161e877c4313f76ec 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -363,7 +363,6 @@ class PepperPluginDelegateImpl
|
| virtual std::string GetDefaultEncoding() OVERRIDE;
|
| virtual void ZoomLimitsChanged(double minimum_factor, double maximum_factor)
|
| OVERRIDE;
|
| - virtual std::string ResolveProxy(const GURL& url) OVERRIDE;
|
| virtual void DidStartLoading() OVERRIDE;
|
| virtual void DidStopLoading() OVERRIDE;
|
| virtual void SetContentRestriction(int restrictions) OVERRIDE;
|
|
|