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

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

Issue 2901083002: [CacheStorage] Pad and bin opaque resource sizes. (Closed)
Patch Set: s/also also/also/ and EXPECT_GT ↔ EXPECT_LT 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 d46f7da629e382dc1b88b96815f209b4df017e70..2f23ec0147168345f70f6e26984a3d2286c39674 100644
--- a/content/browser/cache_storage/cache_storage_cache_observer.h
+++ b/content/browser/cache_storage/cache_storage_cache_observer.h
@@ -14,8 +14,7 @@ class CacheStorageCache;
class CONTENT_EXPORT CacheStorageCacheObserver {
public:
// The cache size has been set.
- virtual void CacheSizeUpdated(const CacheStorageCache* cache,
- int64_t size) = 0;
+ virtual void CacheSizeUpdated(const CacheStorageCache* cache) = 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