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

Unified Diff: chrome/browser/chromeos/extensions/file_manager_util.cc

Issue 9839009: [filebrowser] Show progress indication, while files from GData are being downloaded. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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/chromeos/extensions/file_manager_util.cc
===================================================================
--- chrome/browser/chromeos/extensions/file_manager_util.cc (revision 128203)
+++ chrome/browser/chromeos/extensions/file_manager_util.cc (working copy)
@@ -175,7 +175,7 @@
scoped_ptr<DictionaryValue> result(new DictionaryValue());
GURL file_url;
if (file_manager_util::ConvertFileToFileSystemUrl(profile,
- FilePath(status.file_path),
+ FilePath("/special").Append(FilePath(status.file_path)),
origin_url,
&file_url)) {
result->SetString("fileUrl", file_url.spec());

Powered by Google App Engine
This is Rietveld 408576698