summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/public/WebFileUtilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/public/WebFileUtilities.h')
-rw-r--r--WebKit/chromium/public/WebFileUtilities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/chromium/public/WebFileUtilities.h b/WebKit/chromium/public/WebFileUtilities.h
index 456ba69..c8876f2 100644
--- a/WebKit/chromium/public/WebFileUtilities.h
+++ b/WebKit/chromium/public/WebFileUtilities.h
@@ -48,7 +48,7 @@ public:
#else
typedef int FileHandle;
#endif
-
+ virtual void revealFolderInOS(const WebString& path) { }
virtual bool fileExists(const WebString& path) { return false; }
virtual bool deleteFile(const WebString& path) { return false; }
virtual bool deleteEmptyDirectory(const WebString& path) { return false; }