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

Unified Diff: content/child/child_histogram_message_filter.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/child/child_histogram_message_filter.h ('k') | content/public/renderer/render_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/child_histogram_message_filter.cc
diff --git a/content/child/child_histogram_message_filter.cc b/content/child/child_histogram_message_filter.cc
index 0daa7f3f423c1a56f5ac580cb107ac2cc7e72169..8551b6afdd6e070b0acc71a62a03632ecfd74e7c 100644
--- a/content/child/child_histogram_message_filter.cc
+++ b/content/child/child_histogram_message_filter.cc
@@ -60,12 +60,6 @@ void ChildHistogramMessageFilter::OnSetHistogramMemory(
global_allocator->CreateTrackingHistograms(global_allocator->Name());
}
-void ChildHistogramMessageFilter::SendHistograms(int sequence_number) {
- io_task_runner_->PostTask(
- FROM_HERE, base::Bind(&ChildHistogramMessageFilter::UploadAllHistograms,
- this, sequence_number));
-}
-
void ChildHistogramMessageFilter::OnGetChildHistogramData(int sequence_number) {
UploadAllHistograms(sequence_number);
}
« no previous file with comments | « content/child/child_histogram_message_filter.h ('k') | content/public/renderer/render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698