| Index: content/public/browser/resource_request_info.h
|
| diff --git a/content/public/browser/resource_request_info.h b/content/public/browser/resource_request_info.h
|
| index 00be9c7ceb9c6ad21123bd46ddc180f11bf6e11b..53a36d7b4685f4c9c1918361603e35ed2d522ab5 100644
|
| --- a/content/public/browser/resource_request_info.h
|
| +++ b/content/public/browser/resource_request_info.h
|
| @@ -36,6 +36,8 @@ class ResourceRequestInfo {
|
| int render_process_id,
|
| int render_view_id,
|
| int render_frame_id,
|
| + bool is_main_frame,
|
| + bool parent_is_main_frame,
|
| bool is_async);
|
|
|
| // Returns the associated RenderFrame for a given process. Returns false, if
|
|
|