| Index: chrome/browser/extensions/extension_webnavigation_api.h
|
| diff --git a/chrome/browser/extensions/extension_webnavigation_api.h b/chrome/browser/extensions/extension_webnavigation_api.h
|
| index b595aca42f43156a309bb14e089641ac2cab87e8..9d27c616fec117893c4e7646902cd4a739f1dfed 100644
|
| --- a/chrome/browser/extensions/extension_webnavigation_api.h
|
| +++ b/chrome/browser/extensions/extension_webnavigation_api.h
|
| @@ -69,6 +69,7 @@ class FrameNavigationState {
|
| DISALLOW_COPY_AND_ASSIGN(FrameNavigationState);
|
| };
|
|
|
| +
|
| // Observes navigation notifications and routes them as events to the extension
|
| // system.
|
| class ExtensionWebNavigationEventRouter : public NotificationObserver {
|
|
|