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

Unified Diff: webkit/quota/mock_storage_client.h

Issue 9369027: Remove `kMockStart` from `quota::MockStorageClient` (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 10 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
« no previous file with comments | « chrome/browser/browsing_data_quota_helper_unittest.cc ('k') | webkit/quota/mock_storage_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/quota/mock_storage_client.h
diff --git a/webkit/quota/mock_storage_client.h b/webkit/quota/mock_storage_client.h
index d6a7a462fe458c0c50b02fd61f56a191830aa2d9..f8c3dd03ec326c65f3c1133dbd2a5acb48dafb46 100644
--- a/webkit/quota/mock_storage_client.h
+++ b/webkit/quota/mock_storage_client.h
@@ -31,9 +31,6 @@ class MockStorageClient : public QuotaClient {
public:
MockStorageClient(QuotaManagerProxy* quota_manager_proxy,
const MockOriginData* mock_data,
- size_t mock_data_size);
- MockStorageClient(QuotaManagerProxy* quota_manager_proxy,
- const MockOriginData* mock_data,
QuotaClient::ID id,
size_t mock_data_size);
virtual ~MockStorageClient();
« no previous file with comments | « chrome/browser/browsing_data_quota_helper_unittest.cc ('k') | webkit/quota/mock_storage_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698