summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkit_glue.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webkit_glue.h')
-rwxr-xr-x[-rw-r--r--]webkit/glue/webkit_glue.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h
index f8095d9..8f6b42c 100644..100755
--- a/webkit/glue/webkit_glue.h
+++ b/webkit/glue/webkit_glue.h
@@ -242,6 +242,9 @@ void CloseCurrentConnections();
// Enable or disable the disk cache. Used for debugging.
void SetCacheMode(bool enabled);
+// Clear the disk cache. Used for debugging.
+void ClearCache();
+
// Returns the product version. E.g., Chrome/4.1.333.0
std::string GetProductVersion();