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

Unified Diff: webkit/fileapi/sandboxed_file_system_operation.h

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/fileapi/sandboxed_file_system_operation.h
===================================================================
--- webkit/fileapi/sandboxed_file_system_operation.h (revision 72915)
+++ webkit/fileapi/sandboxed_file_system_operation.h (working copy)
@@ -11,6 +11,7 @@
namespace fileapi {
+class ObfuscatedFileUtilProxy;
class SandboxedFileSystemContext;
// This class provides a 'sandboxed' access to the underlying file system,
@@ -54,6 +55,9 @@
const base::Time& last_access_time,
const base::Time& last_modified_time);
+ protected:
+ virtual base::FileUtilProxyBase* file_util_proxy() const;
+
private:
enum SandboxedFileSystemOperationType {
kOperationOpenFileSystem = 100,

Powered by Google App Engine
This is Rietveld 408576698