| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index 3abea075e2a39879e1ff1418aceb5c6c7133f5b7..a57ef1770b8f248917299f9d14bc1a7df3e46835 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -231,6 +231,9 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request)
|
| // True if upload progress should be available for request.
|
| IPC_STRUCT_MEMBER(bool, enable_upload_progress)
|
|
|
| + // True if login prompts for this request should be supressed.
|
| + IPC_STRUCT_MEMBER(bool, do_not_prompt_for_login)
|
| +
|
| // The routing id of the RenderFrame.
|
| IPC_STRUCT_MEMBER(int, render_frame_id)
|
|
|
|
|