Index: webkit/quota/mock_storage_client.h |
diff --git a/webkit/quota/mock_storage_client.h b/webkit/quota/mock_storage_client.h |
index bf381adc3d244571b360cc18002725f4fc5bd163..fdc26779612c40f062204a1da36297e355099139 100644 |
--- a/webkit/quota/mock_storage_client.h |
+++ b/webkit/quota/mock_storage_client.h |
@@ -37,6 +37,7 @@ class MockStorageClient : public QuotaClient { |
const GURL& origin_url, StorageType type, int64 size); |
void ModifyOriginAndNotify( |
const GURL& origin_url, StorageType type, int64 delta); |
+ void TouchAllOriginsAndNotify(); |
void AddOriginToErrorSet(const GURL& origin_url, StorageType type); |