| Index: content/browser/renderer_host/resource_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host.h b/content/browser/renderer_host/resource_dispatcher_host.h
|
| index ee476d09a7af150bee15d3aae7423658cf38b343..84bda96a5fb8a6d6e407e73c6654ca7a7840548b 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host.h
|
| @@ -91,6 +91,7 @@ class ResourceDispatcherHost : public net::URLRequest::Delegate {
|
| const GURL& referrer,
|
| int process_unique_id,
|
| int route_id,
|
| + const FilePath& default_download_dir,
|
| const content::ResourceContext& context);
|
|
|
| // Cancels the given request if it still exists. We ignore cancels from the
|
|
|