| Index: content/public/browser/resource_dispatcher_host.h
|
| diff --git a/content/public/browser/resource_dispatcher_host.h b/content/public/browser/resource_dispatcher_host.h
|
| index 7db278c8aac7708cab11070aff054e3b76d3baa4..3625abbc598ead8f39a1ba324e31c3896e1a17bc 100644
|
| --- a/content/public/browser/resource_dispatcher_host.h
|
| +++ b/content/public/browser/resource_dispatcher_host.h
|
| @@ -55,6 +55,7 @@ class CONTENT_EXPORT ResourceDispatcherHost {
|
| int child_id,
|
| int route_id,
|
| bool prefer_cache,
|
| + bool do_not_prompt_for_login,
|
| scoped_ptr<DownloadSaveInfo> save_info,
|
| uint32 download_id,
|
| const DownloadStartedCallback& started_callback) = 0;
|
|
|