Searched defs:StorageState (Results 1 – 1 of 1) sorted by relevance
171 struct StorageState { struct in extensions::StorageEventObserver172 scoped_refptr<quota::QuotaManager> quota_manager;173 std::string extension_id;174 int64 next_threshold;176 StorageState() : next_threshold(0) {} in StorageState() argument