| Index: content/plugin/webplugin_proxy.h
|
| ===================================================================
|
| --- content/plugin/webplugin_proxy.h (revision 98569)
|
| +++ content/plugin/webplugin_proxy.h (working copy)
|
| @@ -73,6 +73,7 @@
|
| virtual void InvalidateRect(const gfx::Rect& rect);
|
| virtual NPObject* GetWindowScriptNPObject();
|
| virtual NPObject* GetPluginElement();
|
| + virtual bool FindProxyForUrl(const GURL& url, std::string* proxy_list);
|
| virtual void SetCookie(const GURL& url,
|
| const GURL& first_party_for_cookies,
|
| const std::string& cookie);
|
|
|