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

Unified Diff: webkit/blob/blob_url_request_job.cc

Issue 6286038: Add initial code to do filename munging in the FileSystem.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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: webkit/blob/blob_url_request_job.cc
===================================================================
--- webkit/blob/blob_url_request_job.cc (revision 72915)
+++ webkit/blob/blob_url_request_job.cc (working copy)
@@ -100,7 +100,7 @@
void BlobURLRequestJob::ResolveFile(const FilePath& file_path) {
// If the file thread proxy is provided, we can use it get the file info.
if (file_thread_proxy_) {
- base::FileUtilProxy::GetFileInfo(
+ base::FileUtilProxy::GetInstance()->GetFileInfo(
file_thread_proxy_,
file_path,
callback_factory_.NewCallback(&BlobURLRequestJob::DidResolve));

Powered by Google App Engine
This is Rietveld 408576698