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

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

Issue 23760004: ChildProcessSecurityPolicy: Port FileAPIMessageFilter to use new checks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 3 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.h
diff --git a/content/browser/fileapi/browser_file_system_helper.h b/content/browser/fileapi/browser_file_system_helper.h
index ba1e0943628c90332e00a7ba656af3ce2c36ede8..ad44ced5064a9574a4f621b9948b52d1b85bb462 100644
--- a/content/browser/fileapi/browser_file_system_helper.h
+++ b/content/browser/fileapi/browser_file_system_helper.h
@@ -32,14 +32,6 @@ CreateFileSystemContext(
CONTENT_EXPORT bool FileSystemURLIsValid(fileapi::FileSystemContext* context,
const fileapi::FileSystemURL& url);
-// Check whether a process has permission to access the file system URL.
-CONTENT_EXPORT bool CheckFileSystemPermissionsForProcess(
- fileapi::FileSystemContext* context,
- int process_id,
- const fileapi::FileSystemURL& url,
- int permissions,
- base::PlatformFileError* error);
-
// Get the platform path from a file system URL. This needs to be called
// on the FILE thread.
CONTENT_EXPORT void SyncGetPlatformPath(fileapi::FileSystemContext* context,
« no previous file with comments | « content/browser/child_process_security_policy_impl.cc ('k') | content/browser/fileapi/browser_file_system_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698