Index: chrome/browser/browsing_data_remover.h |
diff --git a/chrome/browser/browsing_data_remover.h b/chrome/browser/browsing_data_remover.h |
index 9bc68d920bcf2885bc8086ecdb1ef9f5108d5945..82e697f72e60022ebae96194ecfaf6e19aec6ae7 100644 |
--- a/chrome/browser/browsing_data_remover.h |
+++ b/chrome/browser/browsing_data_remover.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. |
@@ -124,6 +124,10 @@ class BrowsingDataRemover : public content::NotificationObserver, |
// Called when history deletion is done. |
void OnHistoryDeletionDone(); |
+ // Quota managed data uses a different bitmask for types than |
+ // BrowsingDataRemover uses. This method generates that mask. |
+ static int GenerateQuotaClientMask(int remove_mask); |
+ |
static bool is_removing() { return removing_; } |
private: |