| Index: content/child/request_info.h
 | 
| diff --git a/content/child/request_info.h b/content/child/request_info.h
 | 
| index b26e8744693c10ccd79ec3c647e46413014bfba9..feb34375fab8993baca32862cc165b6d996dc1b5 100644
 | 
| --- a/content/child/request_info.h
 | 
| +++ b/content/child/request_info.h
 | 
| @@ -96,6 +96,10 @@ struct CONTENT_EXPORT RequestInfo {
 | 
|    // True if upload progress should be available.
 | 
|    bool enable_upload_progress;
 | 
|  
 | 
| +  // True if login prompts for this request should be supressed. Cached
 | 
| +  // credentials or default credentials may still be used for authentication.
 | 
| +  bool do_not_prompt_for_login;
 | 
| +
 | 
|    // Extra data associated with this request.  We do not own this pointer.
 | 
|    blink::WebURLRequest::ExtraData* extra_data;
 | 
|  
 | 
| 
 |