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

Unified Diff: content/test/render_view_test.cc

Issue 9721001: Plumb Guest flag to RenderViewImpl (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updated broken render_view_test Created 8 years, 9 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
Index: content/test/render_view_test.cc
diff --git a/content/test/render_view_test.cc b/content/test/render_view_test.cc
index d4b22be7780e570808d3f7a620ca9b05fb9517a2..db3d3f47c7a2cfa6031bfafaad8c38f9676d9260 100644
--- a/content/test/render_view_test.cc
+++ b/content/test/render_view_test.cc
@@ -160,7 +160,8 @@ void RenderViewTest::SetUp() {
kInvalidSessionStorageNamespaceId,
string16(),
1,
- WebKit::WebScreenInfo());
+ WebKit::WebScreenInfo(),
+ false);
view->AddRef();
view_ = view;
« content/renderer/render_view_impl.h ('K') | « content/renderer/render_view_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698