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

Unified Diff: content/renderer/render_view_impl_params.h

Issue 16032007: Create RenderFrame/RenderFrameHost for the main frame of a page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing routing ID expectations. Created 7 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 | « content/renderer/render_view_impl.cc ('k') | content/renderer/render_view_impl_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl_params.h
diff --git a/content/renderer/render_view_impl_params.h b/content/renderer/render_view_impl_params.h
index da29fea604116b64d0565bca3aedc791e47345d5..27835be8a571735b90b6778ec63b2958d9be8cd4 100644
--- a/content/renderer/render_view_impl_params.h
+++ b/content/renderer/render_view_impl_params.h
@@ -29,6 +29,7 @@ struct CONTENT_EXPORT RenderViewImplParams {
const WebPreferences& webkit_prefs,
SharedRenderViewCounter* counter,
int32 routing_id,
+ int32 main_frame_routing_id,
int32 surface_id,
int64 session_storage_namespace_id,
const string16& frame_name,
@@ -45,6 +46,7 @@ struct CONTENT_EXPORT RenderViewImplParams {
const WebPreferences& webkit_prefs;
SharedRenderViewCounter* counter;
int32 routing_id;
+ int32 main_frame_routing_id;
int32 surface_id;
int64 session_storage_namespace_id;
const string16& frame_name;
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/renderer/render_view_impl_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698