| Index: content/browser/web_contents/web_contents_impl_unittest.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl_unittest.cc b/content/browser/web_contents/web_contents_impl_unittest.cc
|
| index aa4b7461be7231bd64341a5ae4d758dbc69080e7..3d37ab9b7762688db21a989bb4e79862cb0c07bc 100644
|
| --- a/content/browser/web_contents/web_contents_impl_unittest.cc
|
| +++ b/content/browser/web_contents/web_contents_impl_unittest.cc
|
| @@ -1158,7 +1158,7 @@ TEST_F(WebContentsImplTest, CrossSiteNotPreemptedDuringBeforeUnload) {
|
| EXPECT_TRUE(orig_rfh->GetRenderViewHost()->is_waiting_for_beforeunload_ack());
|
|
|
| // Suppose the first navigation tries to commit now, with a
|
| - // ViewMsg_Stop in flight. This should not cancel the pending navigation,
|
| + // FrameMsg_Stop in flight. This should not cancel the pending navigation,
|
| // but it should act as if the beforeunload ack arrived.
|
| orig_rfh->SendNavigate(1, GURL("chrome://blah"));
|
| EXPECT_TRUE(contents()->cross_navigation_pending());
|
|
|