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

Unified Diff: content/browser/frame_host/frame_tree_unittest.cc

Issue 1159183002: Improve process crash handling in RenderViewHost & mock RenderProcessHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile problem in webview_interactive_uitest.cc Created 5 years, 7 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
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/frame_tree_unittest.cc
diff --git a/content/browser/frame_host/frame_tree_unittest.cc b/content/browser/frame_host/frame_tree_unittest.cc
index 5a60ec8540c05ac0ac392e9a81722fdc4b472092..d74d97c0a40ba1bf1d493cb72b6410cfe09e0a83 100644
--- a/content/browser/frame_host/frame_tree_unittest.cc
+++ b/content/browser/frame_host/frame_tree_unittest.cc
@@ -360,10 +360,10 @@ TEST_F(FrameTreeTest, ObserverWalksTreeAfterCrash) {
// Crash the renderer
main_test_rfh()->GetProcess()->SimulateCrash();
EXPECT_EQ(
- "RenderFrameDeleted(23) -> 1: [22: [], 23*: []]\n"
- "RenderFrameDeleted(22) -> 1: [22*: [], 23*: []]\n"
- "RenderFrameDeleted(1) -> 1*: []\n"
- "RenderProcessGone -> 1*: []",
+ "RenderProcessGone -> 1*: [22*: [], 23*: []]\n"
+ "RenderFrameDeleted(23) -> 1*: [22*: [], 23*: []]\n"
+ "RenderFrameDeleted(22) -> 1*: [22*: [], 23*: []]\n"
+ "RenderFrameDeleted(1) -> 1*: []",
activity.GetLog());
}
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698