| Index: content/public/renderer/render_thread.h
|
| diff --git a/content/public/renderer/render_thread.h b/content/public/renderer/render_thread.h
|
| index 59add715f665e426d14aade9ab3d8cb22ec71550..d4e49e4bf41ca9df73590cb02a76e1f66a062923 100644
|
| --- a/content/public/renderer/render_thread.h
|
| +++ b/content/public/renderer/render_thread.h
|
| @@ -94,8 +94,6 @@ class CONTENT_EXPORT RenderThread : virtual public ChildThread {
|
| virtual void SetIdleNotificationDelayInMs(
|
| int64_t idle_notification_delay_in_ms) = 0;
|
|
|
| - virtual void UpdateHistograms(int sequence_number) = 0;
|
| -
|
| // Post task to all worker threads. Returns number of workers.
|
| virtual int PostTaskToAllWebWorkers(const base::Closure& closure) = 0;
|
|
|
|
|