diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-23 04:22:02 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-23 04:22:02 +0000 |
commit | 0eecc254658bb6820e6f8f0fcf42824a37797b80 (patch) | |
tree | 3805fda0971a41538940b24c7aea178edfaec166 /chrome/browser/metrics/metrics_log.h | |
parent | 9946adb34e4f30896489ecdf3c91c0208a4924f9 (diff) | |
download | chromium_src-0eecc254658bb6820e6f8f0fcf42824a37797b80.zip chromium_src-0eecc254658bb6820e6f8f0fcf42824a37797b80.tar.gz chromium_src-0eecc254658bb6820e6f8f0fcf42824a37797b80.tar.bz2 |
[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
Diffstat (limited to 'chrome/browser/metrics/metrics_log.h')
-rw-r--r-- | chrome/browser/metrics/metrics_log.h | 10 |
1 files changed, 2 insertions, 8 deletions
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<webkit::WebPluginInfo>& 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<webkit::WebPluginInfo>& plugin_list); // Writes all profile metrics. This invokes WriteProfileMetrics for each key // in all_profiles_metrics that starts with kProfilePrefix. |