Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(504)

Unified Diff: chrome/browser/extensions/api/web_navigation/web_navigation_api.h

Issue 10801011: When simulating a navigation via TestRenderViewHost, first start a provisional load before committin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698