From 0eecc254658bb6820e6f8f0fcf42824a37797b80 Mon Sep 17 00:00:00 2001 From: "isherman@chromium.org" Date: Sun, 23 Jun 2013 04:22:02 +0000 Subject: [UMA] Rip out some XML logging code. BUG=109818 TEST=none R=jar@chromium.org Review URL: https://chromiumcodereview.appspot.com/17136002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208108 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/metrics/metrics_log.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'chrome/browser/metrics/metrics_log.h') diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h index 303720cbe..86c84cc 100644 --- a/chrome/browser/metrics/metrics_log.h +++ b/chrome/browser/metrics/metrics_log.h @@ -170,14 +170,8 @@ class MetricsLog : public MetricsLogBase { // chromium processes (ones that don't crash, and keep on running). void WriteRealtimeStabilityAttributes(PrefService* pref); - // Writes the list of installed plugins. If |write_as_xml| is true, writes - // the XML version. Otherwise, writes the protobuf version. - void WritePluginList( - const std::vector& plugin_list, - bool write_as_xml); - - // Within the profile group, write basic install info including appversion. - void WriteInstallElement(); + // Writes the list of installed plugins. + void WritePluginList(const std::vector& plugin_list); // Writes all profile metrics. This invokes WriteProfileMetrics for each key // in all_profiles_metrics that starts with kProfilePrefix. -- cgit v1.1