diff options
Diffstat (limited to 'base/histogram.h')
-rw-r--r-- | base/histogram.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/base/histogram.h b/base/histogram.h index 59981ea..3a3ddb1 100644 --- a/base/histogram.h +++ b/base/histogram.h @@ -298,9 +298,7 @@ class Histogram { // The following method accepts a list of pickled histograms and // builds a histogram and updates shadow copy of histogram data in the // browser process. - static void DeserializeHistogramList( - const std::vector<std::string>& histograms); - static bool DeserializeHistogramInfo(const std::string& state); + static bool DeserializeHistogramInfo(const std::string& histogram_info); //---------------------------------------------------------------------------- |