| Index: content/public/renderer/render_thread.h
|
| ===================================================================
|
| --- content/public/renderer/render_thread.h (revision 140625)
|
| +++ content/public/renderer/render_thread.h (working copy)
|
| @@ -99,6 +99,8 @@
|
| virtual void SetIdleNotificationDelayInMs(
|
| int64 idle_notification_delay_in_ms) = 0;
|
|
|
| + virtual void UpdateHistograms(int sequence_number) = 0;
|
| +
|
| #if defined(OS_WIN)
|
| // Request that the given font be loaded by the browser so it's cached by the
|
| // OS. Please see ChildProcessHost::PreCacheFont for details.
|
|
|