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

Unified Diff: chrome/test/render_view_test.cc

Issue 2775003: Added plumbing to transport the frame name between RenderViewHost and the Webkit layer. (Closed)
Patch Set: Final version for the record Created 10 years, 6 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 | « chrome/renderer/render_view.cc ('k') | webkit/tools/test_shell/test_webview_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/render_view_test.cc
diff --git a/chrome/test/render_view_test.cc b/chrome/test/render_view_test.cc
index 07a5e05882c2b8ec88eab71102b1bbd173490899..7503230a0fc8e5a53188a50a73a03b0f31cd1db5 100644
--- a/chrome/test/render_view_test.cc
+++ b/chrome/test/render_view_test.cc
@@ -105,10 +105,15 @@ void RenderViewTest::SetUp() {
render_thread_.set_routing_id(kRouteId);
// This needs to pass the mock render thread to the view.
- view_ = RenderView::Create(&render_thread_, 0, kOpenerId,
- RendererPreferences(), WebPreferences(),
- new SharedRenderViewCounter(0), kRouteId,
- kInvalidSessionStorageNamespaceId);
+ view_ = RenderView::Create(&render_thread_,
+ 0,
+ kOpenerId,
+ RendererPreferences(),
+ WebPreferences(),
+ new SharedRenderViewCounter(0),
+ kRouteId,
+ kInvalidSessionStorageNamespaceId,
+ string16());
// Attach a pseudo keyboard device to this object.
mock_keyboard_.reset(new MockKeyboard());
« no previous file with comments | « chrome/renderer/render_view.cc ('k') | webkit/tools/test_shell/test_webview_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698