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

Unified Diff: content/test/render_view_test.cc

Issue 8760024: Cross-process postMessage (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Some cleanup Created 9 years 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: content/test/render_view_test.cc
diff --git a/content/test/render_view_test.cc b/content/test/render_view_test.cc
index 1b2930467d8cb9a446980266225872959e4b34ce..68f83cd1c992103561c12841bfc866f80cca755e 100644
--- a/content/test/render_view_test.cc
+++ b/content/test/render_view_test.cc
@@ -153,6 +153,7 @@ void RenderViewTest::SetUp() {
kRouteId,
kInvalidSessionStorageNamespaceId,
string16(),
+ false /* is_renderer_created */,
1);
view->AddRef();
view_ = view;

Powered by Google App Engine
This is Rietveld 408576698