| Index: components/web_cache/public/interfaces/web_cache.mojom
|
| diff --git a/components/web_cache/public/interfaces/web_cache.mojom b/components/web_cache/public/interfaces/web_cache.mojom
|
| index 64af4fc343d29addad821cac8c82bdf8c7ac240d..893510b8224b093ef8f617e13640667d15a68f93 100644
|
| --- a/components/web_cache/public/interfaces/web_cache.mojom
|
| +++ b/components/web_cache/public/interfaces/web_cache.mojom
|
| @@ -6,9 +6,7 @@ module web_cache.mojom;
|
|
|
| interface WebCache {
|
| // Set cache capacity values.
|
| - SetCacheCapacities(uint64 min_dead_capacity,
|
| - uint64 max_dead_capacity,
|
| - uint64 capacity);
|
| + SetCacheCapacity(uint64 capacity);
|
| // Clear cache.
|
| ClearCache(bool on_navigation);
|
| };
|
|
|