Index: webkit/quota/quota_manager.h |
diff --git a/webkit/quota/quota_manager.h b/webkit/quota/quota_manager.h |
index 70254c09870768754ad22c10f79d54b42f4d4d81..c46f821fec185da5fe58df28cc91a207093e3fd2 100644 |
--- a/webkit/quota/quota_manager.h |
+++ b/webkit/quota/quota_manager.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -151,9 +151,11 @@ class QuotaManager : public QuotaTaskObserver, |
// Called by UI. |
kinuko
2012/01/19 13:53:11
Can we add a brief comment about the quota_client_
Mike West
2012/01/19 16:51:00
Done.
|
virtual void DeleteOriginData(const GURL& origin, |
StorageType type, |
+ int quota_client_mask, |
const StatusCallback& callback); |
void DeleteHostData(const std::string& host, |
StorageType type, |
+ int quota_client_mask, |
const StatusCallback& callback); |
// Called by UI and internal modules. |