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

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

Issue 351029: Support dragging a virtual file out of the browser. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 12 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: chrome/browser/renderer_host/resource_dispatcher_host.h
===================================================================
--- chrome/browser/renderer_host/resource_dispatcher_host.h (revision 35459)
+++ chrome/browser/renderer_host/resource_dispatcher_host.h (working copy)
@@ -107,6 +107,7 @@
// request from the renderer or another child process).
void BeginDownload(const GURL& url,
const GURL& referrer,
+ const FilePath& save_file_path,
int process_unique_id,
int route_id,
URLRequestContext* request_context);

Powered by Google App Engine
This is Rietveld 408576698