Index: chrome/browser/renderer_host/web_cache_manager.cc |
diff --git a/chrome/browser/renderer_host/web_cache_manager.cc b/chrome/browser/renderer_host/web_cache_manager.cc |
index fa71150343b720d5f06c2701ed9ab23205ba1ac9..2574ad32ef9b7aec34a84a25b57c0d7d8399d64a 100644 |
--- a/chrome/browser/renderer_host/web_cache_manager.cc |
+++ b/chrome/browser/renderer_host/web_cache_manager.cc |
@@ -137,15 +137,6 @@ void WebCacheManager::ObserveStats(int renderer_id, |
entry->second.liveSize = stats.liveSize; |
entry->second.maxDeadCapacity = stats.maxDeadCapacity; |
entry->second.minDeadCapacity = stats.minDeadCapacity; |
- |
- // trigger notification |
- WebCache::UsageStats stats_details(stats); |
- // &stats_details is only valid during the notification. |
- // See notification_types.h. |
- NotificationService::current()->Notify( |
- chrome::NOTIFICATION_WEB_CACHE_STATS_OBSERVED, |
- Source<RenderProcessHost>(RenderProcessHost::FromID(renderer_id)), |
- Details<WebCache::UsageStats>(&stats_details)); |
} |
void WebCacheManager::SetGlobalSizeLimit(size_t bytes) { |