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

Unified Diff: chrome/renderer/chrome_render_thread_observer.cc

Issue 2674343003: DO NOT SUBMIT. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/chrome_render_thread_observer.cc
diff --git a/chrome/renderer/chrome_render_thread_observer.cc b/chrome/renderer/chrome_render_thread_observer.cc
index 6602fa253c1e5707e1b5b1ed6a626cabf1ee6ca6..e8ff50aef2e2fe83575506c3d22681ed72870000 100644
--- a/chrome/renderer/chrome_render_thread_observer.cc
+++ b/chrome/renderer/chrome_render_thread_observer.cc
@@ -117,9 +117,11 @@ class RendererResourceDelegate : public content::ResourceDispatcherDelegate {
void InformHostOfCacheStats() {
WebCache::UsageStats stats;
WebCache::getUsageStats(&stats);
+ /*
RenderThread::Get()->Send(new ChromeViewHostMsg_UpdatedCacheStats(
static_cast<uint64_t>(stats.capacity),
static_cast<uint64_t>(stats.size)));
+ */
}
base::WeakPtrFactory<RendererResourceDelegate> weak_factory_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698