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

Unified Diff: content/common/renderer.mojom

Issue 2875793002: Why this CL triggers an OilPan crash.
Patch Set: Created 3 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/browser/site_instance_impl.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/renderer.mojom
diff --git a/content/common/renderer.mojom b/content/common/renderer.mojom
index 6c7fb6abb946757b3f8bc5cdb246c0a774c4e9c0..a727263f326f561d462867b60ba9bbfd198cafc1 100644
--- a/content/common/renderer.mojom
+++ b/content/common/renderer.mojom
@@ -32,6 +32,10 @@ struct CreateViewParams {
// set one (MSG_ROUTING_NONE otherwise).
int32 opener_frame_route_id = IPC.mojom.kRoutingIdNone;
+ // Id of a related set of browsing contexts that the new view should belong
+ // to.
+ int32 browsing_instance_id;
+
// Whether the RenderView should initially be swapped out.
bool swapped_out;
« no previous file with comments | « content/browser/site_instance_impl.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698