| 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 556dd0573f77cf4c4c89148176114a9247f19f4f..bf3fda89db9a3d6628ad4c69dfe377bb07396603 100644
|
| --- a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| +++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| @@ -94,6 +94,9 @@ class WebNavigationTabObserver : public content::NotificationObserver,
|
| // Used for tracking registrations to redirect notifications.
|
| content::NotificationRegistrar registrar_;
|
|
|
| + content::RenderViewHost* render_view_host_;
|
| + content::RenderViewHost* pending_render_view_host_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(WebNavigationTabObserver);
|
| };
|
|
|
|
|