| 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 5c5f3c4ab4ebb159ccdcf79dfabf3c76643f8ba8..7f5868e3be7de5559c62fa2cd293721602bfc0cb 100644
|
| --- a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| +++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h
|
| @@ -113,7 +113,11 @@ class WebNavigationTabObserver : public content::NotificationObserver,
|
| // Used for tracking registrations to redirect notifications.
|
| content::NotificationRegistrar registrar_;
|
|
|
| + // The current RenderViewHost of the observed WebContents.
|
| content::RenderViewHost* render_view_host_;
|
| +
|
| + // During a cross site navigation, the WebContents has a second, pending
|
| + // RenderViewHost.
|
| content::RenderViewHost* pending_render_view_host_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WebNavigationTabObserver);
|
|
|