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

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

Issue 10454086: Histograms - Support histograms for Plugins, GPU (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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: chrome/browser/renderer_host/chrome_render_message_filter.h
===================================================================
--- chrome/browser/renderer_host/chrome_render_message_filter.h (revision 139790)
+++ chrome/browser/renderer_host/chrome_render_message_filter.h (working copy)
@@ -79,8 +79,6 @@
IPC::Message* reply_msg);
#endif
void OnDnsPrefetch(const std::vector<std::string>& hostnames);
- void OnRendererHistograms(int sequence_number,
- const std::vector<std::string>& histogram_info);
void OnResourceTypeStats(const WebKit::WebCache::ResourceTypeStats& stats);
void OnUpdatedCacheStats(const WebKit::WebCache::UsageStats& stats);
void OnFPS(int routing_id, float fps);

Powered by Google App Engine
This is Rietveld 408576698