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

Unified Diff: storage/browser/quota/quota_manager.cc

Issue 2923663002: ExtensionStorageMonitor: use smaller, self-registering StorageObservers (Closed)
Patch Set: Remove lame comment. Created 3 years, 6 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 | « storage/browser/quota/quota_manager.h ('k') | storage/browser/quota/storage_monitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/quota/quota_manager.cc
diff --git a/storage/browser/quota/quota_manager.cc b/storage/browser/quota/quota_manager.cc
index 518ca1d6d398d6989a671ff45b70933aff4d544c..74d2de64bb2ff1c01ceac2ced53f80ec96510852 100644
--- a/storage/browser/quota/quota_manager.cc
+++ b/storage/browser/quota/quota_manager.cc
@@ -1109,12 +1109,6 @@ void QuotaManager::RemoveStorageObserver(StorageObserver* observer) {
storage_monitor_->RemoveObserver(observer);
}
-void QuotaManager::RemoveStorageObserverForFilter(
- StorageObserver* observer, const StorageObserver::Filter& filter) {
- DCHECK(observer);
- storage_monitor_->RemoveObserverForFilter(observer, filter);
-}
-
QuotaManager::~QuotaManager() {
proxy_->manager_ = NULL;
for (auto* client : clients_)
« no previous file with comments | « storage/browser/quota/quota_manager.h ('k') | storage/browser/quota/storage_monitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698