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

Unified Diff: chrome/browser/media_galleries/fileapi/native_media_file_util.cc

Issue 298843002: Media Galleries: Refactor DeviceMediaAsyncFileUtil. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 7 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/media_galleries/fileapi/native_media_file_util.cc
===================================================================
--- chrome/browser/media_galleries/fileapi/native_media_file_util.cc (revision 271530)
+++ chrome/browser/media_galleries/fileapi/native_media_file_util.cc (working copy)
@@ -416,9 +416,8 @@
base::File::Info file_info;
base::FilePath platform_path;
scoped_refptr<webkit_blob::ShareableFileReference> file_ref;
- base::File::Error error =
- CreateSnapshotFileSync(context.get(), url, &file_info, &platform_path,
- &file_ref);
+ base::File::Error error = CreateSnapshotFileSync(
+ context.get(), url, &file_info, &platform_path, &file_ref);
content::BrowserThread::PostTask(
content::BrowserThread::IO,
FROM_HERE,

Powered by Google App Engine
This is Rietveld 408576698