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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 2446533003: Remove dead flush histograms code. (Closed)
Patch Set: rebase Created 4 years, 1 month 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
« no previous file with comments | « content/renderer/render_thread_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index 8ea4bb12aade5984c278edfbd451a37fde8103f0..cbffff5b64a755610e00c09d9efd43324926e9a8 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -1439,10 +1439,6 @@ void RenderThreadImpl::SetIdleNotificationDelayInMs(
idle_notification_delay_in_ms_ = idle_notification_delay_in_ms;
}
-void RenderThreadImpl::UpdateHistograms(int sequence_number) {
- child_histogram_message_filter()->SendHistograms(sequence_number);
-}
-
int RenderThreadImpl::PostTaskToAllWebWorkers(const base::Closure& closure) {
return WorkerThreadRegistry::Instance()->PostTaskToAllThreads(closure);
}
« no previous file with comments | « content/renderer/render_thread_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698