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

Unified Diff: content/child/child_histogram_message_filter.cc

Issue 1425533011: Support "shared" histograms between processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shmem-alloc
Patch Set: extract common histogram FactoryGet code; extract histogram persistence into seperate files Created 5 years 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
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 dbf2dd22be18a5f9fda7a7425d64d40214380f55..568accc19f2e8e1c351a618f53324cf844d8f0b2 100644
--- a/content/child/child_histogram_message_filter.cc
+++ b/content/child/child_histogram_message_filter.cc
@@ -59,7 +59,7 @@ void ChildHistogramMessageFilter::UploadAllHistograms(int sequence_number) {
}
std::vector<std::string> deltas;
- histogram_delta_serialization_->PrepareAndSerializeDeltas(&deltas);
+ histogram_delta_serialization_->PrepareAndSerializeDeltas(&deltas, false);
sender_->Send(
new ChildProcessHostMsg_ChildHistogramData(sequence_number, deltas));
« components/metrics/metrics_service.h ('K') | « components/metrics/metrics_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698