diff options
-rw-r--r-- | chrome_frame/chrome_frame_histograms.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame_histograms.cc b/chrome_frame/chrome_frame_histograms.cc index e1ea548..904cbec 100644 --- a/chrome_frame/chrome_frame_histograms.cc +++ b/chrome_frame/chrome_frame_histograms.cc @@ -30,6 +30,7 @@ ChromeFrameHistogramSnapshots::HistogramPickledList for (StatisticsRecorder::Histograms::iterator it = histograms.begin(); histograms.end() != it; it++) { + (*it)->SetFlags(Histogram::kIPCSerializationSourceFlag); GatherHistogram(**it, &pickled_histograms); } |