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

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

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
Index: storage/browser/quota/quota_manager.h
diff --git a/storage/browser/quota/quota_manager.h b/storage/browser/quota/quota_manager.h
index efe8d7dc1cfef42e578c65819af796157eba7e49..524fe92ab34700c1bb3528448862e644f915aa21 100644
--- a/storage/browser/quota/quota_manager.h
+++ b/storage/browser/quota/quota_manager.h
@@ -224,8 +224,6 @@ class STORAGE_EXPORT QuotaManager
void AddStorageObserver(StorageObserver* observer,
const StorageObserver::MonitorParams& params);
void RemoveStorageObserver(StorageObserver* observer);
- void RemoveStorageObserverForFilter(StorageObserver* observer,
- const StorageObserver::Filter& filter);
static const int64_t kPerHostPersistentQuotaLimit;
static const char kDatabaseName[];
« no previous file with comments | « chrome/test/data/extensions/storage_monitor/hosted_apps/two/index.html ('k') | storage/browser/quota/quota_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698