Index: webkit/plugins/ppapi/plugin_delegate.h |
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h |
index 6f4f9bf2dca773808d96038dd6c4bf3158357d25..e39eeba8cc85715e1d7117b4e6894af35a7ddd07 100644 |
--- a/webkit/plugins/ppapi/plugin_delegate.h |
+++ b/webkit/plugins/ppapi/plugin_delegate.h |
@@ -586,10 +586,6 @@ class PluginDelegate { |
virtual void ZoomLimitsChanged(double minimum_factor, |
double maximum_factor) = 0; |
- // Retrieves the proxy information for the given URL in PAC format. On error, |
- // this will return an empty string. |
- virtual std::string ResolveProxy(const GURL& url) = 0; |
- |
// Tell the browser when resource loading starts/ends. |
virtual void DidStartLoading() = 0; |
virtual void DidStopLoading() = 0; |