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

Unified Diff: chrome/renderer/render_thread.cc

Issue 2775003: Added plumbing to transport the frame name between RenderViewHost and the Webkit layer. (Closed)
Patch Set: Added plumbing from chrome -> webkit api. 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
Index: chrome/renderer/render_thread.cc
diff --git a/chrome/renderer/render_thread.cc b/chrome/renderer/render_thread.cc
index f01167f3b981d50530061fd1072c36b92405682c..89527c676f9b4d7e1777b8e1da3b462c93c4a27b 100755
--- a/chrome/renderer/render_thread.cc
+++ b/chrome/renderer/render_thread.cc
@@ -625,7 +625,7 @@ void RenderThread::OnCreateNewView(const ViewMsg_New_Params& params) {
RenderView::Create(
this, params.parent_window, MSG_ROUTING_NONE, params.renderer_preferences,
params.web_preferences, new SharedRenderViewCounter(0), params.view_id,
- params.session_storage_namespace_id);
+ params.session_storage_namespace_id, params.frame_name);
rafaelw 2010/06/10 22:48:05 This param line is getting nuts, can you stack the
}
void RenderThread::OnSetCacheCapacities(size_t min_dead_capacity,

Powered by Google App Engine
This is Rietveld 408576698