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

Unified Diff: content/browser/fileapi/browser_file_system_helper.cc

Issue 12717014: Launch packaged app with files on Drive on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 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: content/browser/fileapi/browser_file_system_helper.cc
diff --git a/content/browser/fileapi/browser_file_system_helper.cc b/content/browser/fileapi/browser_file_system_helper.cc
index 5db3ff97feed75a3444f029cf4644a3f27937a20..710c3bd9372c24e8ee031436fb973b718d0af400 100644
--- a/content/browser/fileapi/browser_file_system_helper.cc
+++ b/content/browser/fileapi/browser_file_system_helper.cc
@@ -108,7 +108,7 @@ bool CheckFileSystemPermissionsForProcess(
}
case fileapi::FILE_PERMISSION_USE_FILESYSTEM_PERMISSION: {
const bool success = policy->HasPermissionsForFileSystem(
- process_id, url.filesystem_id(), permissions);
+ process_id, url.mount_filesystem_id(), permissions);
if (!success)
*error = base::PLATFORM_FILE_ERROR_SECURITY;
return success;
« no previous file with comments | « chrome/test/data/chromeos/gdata/remote_file_system_apitest_root_feed.json ('k') | webkit/fileapi/external_mount_points.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698