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

Unified Diff: chrome/browser/browsing_data_remover.h

Issue 7839029: QuotaManager::DeleteOriginData now allows deletion of specific QuotaClients (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: QuotaManager tests. Created 8 years, 11 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 | « no previous file | chrome/browser/browsing_data_remover.cc » ('j') | webkit/quota/mock_quota_manager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | chrome/browser/browsing_data_remover.cc » ('j') | webkit/quota/mock_quota_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698