Index: content/renderer/render_thread_impl.h |
=================================================================== |
--- content/renderer/render_thread_impl.h (revision 146279) |
+++ content/renderer/render_thread_impl.h (working copy) |
@@ -129,6 +129,7 @@ |
virtual void PreCacheFont(const LOGFONT& log_font) OVERRIDE; |
virtual void ReleaseCachedFonts() OVERRIDE; |
#endif |
+ virtual void UpdateHistograms(int sequence_number) OVERRIDE; |
// content::ChildThread: |
virtual bool IsWebFrameValid(WebKit::WebFrame* frame) OVERRIDE; |