| Index: chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| index 6dcb21a24725190016956a74ad634dc16cbbbd4c..f8e137b4d857ce8c254ed17d7335e3f4091d7e40 100644
|
| --- a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| +++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| @@ -138,10 +138,6 @@ class WebNavigationEventRouter : public TabStripModelObserver,
|
| explicit WebNavigationEventRouter(Profile* profile);
|
| virtual ~WebNavigationEventRouter();
|
|
|
| - // Invoked by the extensions service once the extension system is fully set
|
| - // up and can start dispatching events to extensions.
|
| - void Init();
|
| -
|
| private:
|
| // Used to cache the information about newly created WebContents objects.
|
| struct PendingWebContents{
|
|
|