Chromium Code Reviews| 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..e59c257262b3ef7c86c10d4993baba60fc988604 100644 |
| --- a/webkit/quota/mock_storage_client.h |
| +++ b/webkit/quota/mock_storage_client.h |
| @@ -33,6 +33,7 @@ class MockStorageClient : public QuotaClient { |
| virtual ~MockStorageClient(); |
| // To add or modify mock data in this client. |
| + void NotifyAllOrigins(); |
|
kinuko
2011/08/02 09:09:30
nit: please move this method above the comment '//
tzik
2011/08/03 04:15:00
Done.
|
| void AddOriginAndNotify( |
| const GURL& origin_url, StorageType type, int64 size); |
| void ModifyOriginAndNotify( |