 Chromium Code Reviews
 Chromium Code Reviews Issue 9419033:
  Move creation of BrowserContext objects that live in content to content, instead of depending on th…  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 9419033:
  Move creation of BrowserContext objects that live in content to content, instead of depending on th…  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| Index: chrome/browser/browsing_data_remover.h | 
| =================================================================== | 
| --- chrome/browser/browsing_data_remover.h (revision 122721) | 
| +++ 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: |