| Index: chrome/browser/browsing_data_remover.h
|
| ===================================================================
|
| --- chrome/browser/browsing_data_remover.h (revision 122416)
|
| +++ chrome/browser/browsing_data_remover.h (working copy)
|
| @@ -130,6 +130,9 @@
|
| // BrowsingDataRemover uses. This method generates that mask.
|
| static int GenerateQuotaClientMask(int remove_mask);
|
|
|
| + // Used for testing.
|
| + void OverrideQuotaManagerForTesting(quota::QuotaManager* quota_manager);
|
| +
|
| static bool is_removing() { return removing_; }
|
|
|
| private:
|
|
|