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

Unified Diff: content/browser/cache_storage/cache_storage_cache_observer.h

Issue 3002693002: Revert of [CacheStorage] Pad and bin opaque resource sizes. (Closed)
Patch Set: Created 3 years, 4 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: content/browser/cache_storage/cache_storage_cache_observer.h
diff --git a/content/browser/cache_storage/cache_storage_cache_observer.h b/content/browser/cache_storage/cache_storage_cache_observer.h
index 2f23ec0147168345f70f6e26984a3d2286c39674..d46f7da629e382dc1b88b96815f209b4df017e70 100644
--- a/content/browser/cache_storage/cache_storage_cache_observer.h
+++ b/content/browser/cache_storage/cache_storage_cache_observer.h
@@ -14,7 +14,8 @@
class CONTENT_EXPORT CacheStorageCacheObserver {
public:
// The cache size has been set.
- virtual void CacheSizeUpdated(const CacheStorageCache* cache) = 0;
+ virtual void CacheSizeUpdated(const CacheStorageCache* cache,
+ int64_t size) = 0;
};
} // namespace content
« no previous file with comments | « content/browser/cache_storage/cache_storage_cache.cc ('k') | content/browser/cache_storage/cache_storage_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698