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

Unified Diff: chrome/browser/renderer_host/chrome_render_message_filter.h

Issue 2435603002: [WeakMemoryCache] Remove dead/live distinction of Resource outside core/fetch (Closed)
Patch Set: Rebase Created 4 years, 1 month 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: chrome/browser/renderer_host/chrome_render_message_filter.h
diff --git a/chrome/browser/renderer_host/chrome_render_message_filter.h b/chrome/browser/renderer_host/chrome_render_message_filter.h
index 40175c713cb291ff8b8daaa2a2adc2a5afe382ef..6ea51a0a8a71e1cdf3149187328169bd8ef22cac 100644
--- a/chrome/browser/renderer_host/chrome_render_message_filter.h
+++ b/chrome/browser/renderer_host/chrome_render_message_filter.h
@@ -65,11 +65,7 @@ class ChromeRenderMessageFilter : public content::BrowserMessageFilter {
void OnDnsPrefetch(const network_hints::LookupRequest& request);
void OnPreconnect(const GURL& url, bool allow_credentials, int count);
void OnNavigationHint(const GURL& url, blink::WebNavigationHintType type);
- void OnUpdatedCacheStats(uint64_t min_capacity,
- uint64_t max_capacity,
- uint64_t capacity,
- uint64_t live_size,
- uint64_t dead_size);
+ void OnUpdatedCacheStats(uint64_t capacity, uint64_t size);
void OnAllowDatabase(int render_frame_id,
const GURL& origin_url,
« no previous file with comments | « chrome/browser/extensions/api/processes/processes_api.cc ('k') | chrome/browser/renderer_host/chrome_render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698