Index: content/renderer/browser_plugin/browser_plugin_browsertest.cc |
diff --git a/content/renderer/browser_plugin/browser_plugin_browsertest.cc b/content/renderer/browser_plugin/browser_plugin_browsertest.cc |
index b03bc31382f91b59adbf17d985b2300a06ba3481..6ab316a2491178413a3e41ceca5f026ce7144cb6 100644 |
--- a/content/renderer/browser_plugin/browser_plugin_browsertest.cc |
+++ b/content/renderer/browser_plugin/browser_plugin_browsertest.cc |
@@ -292,10 +292,6 @@ TEST_F(BrowserPluginTest, GuestCrash) { |
cursor_info); |
EXPECT_FALSE(browser_plugin_manager()->sink().GetUniqueMessageMatching( |
BrowserPluginHostMsg_HandleInputEvent::ID)); |
- |
- // Navigate and verify that the guest_crashed_ flag has been reset. |
- browser_plugin->SetSrcAttribute("bar"); |
- EXPECT_FALSE(browser_plugin->guest_crashed_); |
} |
TEST_F(BrowserPluginTest, RemovePlugin) { |