| Index: chrome/browser/extensions/extension_proxy_api.h
|
| diff --git a/chrome/browser/extensions/extension_proxy_api.h b/chrome/browser/extensions/extension_proxy_api.h
|
| index cd21a00cdafbba94940e4567eb3ec8cc1d547885..fa01a859a910a07a60cd54808efc3d2ea52dfd22 100644
|
| --- a/chrome/browser/extensions/extension_proxy_api.h
|
| +++ b/chrome/browser/extensions/extension_proxy_api.h
|
| @@ -13,7 +13,8 @@
|
| #include "net/proxy/proxy_config.h"
|
|
|
| class DictionaryValue;
|
| -class ExtensionIOEventRouter;
|
| +class ExtensionEventRouterForwarder;
|
| +class Profile;
|
|
|
| // This class observes proxy error events and routes them to the appropriate
|
| // extensions listening to those events. All methods must be called on the IO
|
| @@ -22,7 +23,8 @@ class ExtensionProxyEventRouter {
|
| public:
|
| static ExtensionProxyEventRouter* GetInstance();
|
|
|
| - void OnProxyError(const ExtensionIOEventRouter* event_router,
|
| + void OnProxyError(ExtensionEventRouterForwarder* event_router,
|
| + Profile* profile,
|
| int error_code);
|
|
|
| private:
|
|
|