| Index: content/test/test_web_contents.h
|
| diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h
|
| index 4d9b3ab9967e7d186c5838002b50209fc48a165d..66bef97729b918cd61462efe0ba2a02615d3c47c 100644
|
| --- a/content/test/test_web_contents.h
|
| +++ b/content/test/test_web_contents.h
|
| @@ -48,10 +48,8 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
|
| const Referrer& referrer,
|
| ui::PageTransition transition) override;
|
|
|
| - // State accessor.
|
| - bool cross_navigation_pending() {
|
| - return GetRenderManager()->cross_navigation_pending_;
|
| - }
|
| + // True if a cross-site navigation is pending.
|
| + bool CrossProcessNavigationPending();
|
|
|
| // Prevent interaction with views.
|
| bool CreateRenderViewForRenderManager(RenderViewHost* render_view_host,
|
|
|