Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Unified Diff: webkit/quota/mock_storage_client.h

Issue 7387007: Adding usage and quota entry to chrome://settings/cookies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698