Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Unified Diff: content/browser/renderer_host/resource_dispatcher_host.h

Issue 6973052: When the download folder does not exist, change the download folder to a user's "Downloads" (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Overrides the user's "Downloads" folder in DownloadPrefs Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698