mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix mac compile errors.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@160 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -199,7 +199,7 @@ class RequestProxy : public net::URLRequest::Delegate,
|
||||
if (allow_download &&
|
||||
webkit_glue::ShouldDownload(content_disposition, info.mime_type)) {
|
||||
FilePath path(net::GetSuggestedFilename(url, content_disposition,
|
||||
info.charset, FilePath(L"download")));
|
||||
info.charset, FilePath(FILE_PATH_LITERAL("download"))));
|
||||
CefRefPtr<CefDownloadHandler> dl_handler;
|
||||
if (handler->HandleDownloadResponse(browser_, info.mime_type,
|
||||
path.value(), info.content_length, dl_handler) ==
|
||||
|
Reference in New Issue
Block a user