summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/chromium/public/WebFileSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/chromium/public/WebFileSystem.h')
-rw-r--r--Source/WebKit/chromium/public/WebFileSystem.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/public/WebFileSystem.h b/Source/WebKit/chromium/public/WebFileSystem.h
index 7198f31..773a1f5 100644
--- a/Source/WebKit/chromium/public/WebFileSystem.h
+++ b/Source/WebKit/chromium/public/WebFileSystem.h
@@ -40,11 +40,15 @@ class WebFileSystemCallbacks;
class WebFileWriter;
class WebFileWriterClient;
+// FIXME(zelidrag): Remove this define once Chromium side catches up.
+#define WEB_FILE_SYSTEM_TYPE_EXTERNAL
+
class WebFileSystem {
public:
enum Type {
TypeTemporary,
TypePersistent,
+ TypeExternal,
};
// Moves a file or directory at |srcPath| to |destPath|.