summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webfileutilities_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webfileutilities_impl.h')
-rw-r--r--webkit/glue/webfileutilities_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/webfileutilities_impl.h b/webkit/glue/webfileutilities_impl.h
index 5867396..c1ef986 100644
--- a/webkit/glue/webfileutilities_impl.h
+++ b/webkit/glue/webfileutilities_impl.h
@@ -16,6 +16,7 @@ class WebFileUtilitiesImpl : public WebKit::WebFileUtilities {
virtual ~WebFileUtilitiesImpl();
// WebFileUtilities methods:
+ virtual void revealFolderInOS(const WebKit::WebString& path);
virtual bool fileExists(const WebKit::WebString& path);
virtual bool deleteFile(const WebKit::WebString& path);
virtual bool deleteEmptyDirectory(const WebKit::WebString& path);