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

Unified Diff: chrome/browser/metrics/metrics_log.h

Issue 17136002: [UMA] Rip out some XML logging code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months 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
« no previous file with comments | « no previous file | chrome/browser/metrics/metrics_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/metrics_log.h
diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h
index 303720cbeabb563781d98ed244c9dbd369ddba03..86c84cc4bf987c6c8ada1b52230a74615344939a 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.
« no previous file with comments | « no previous file | chrome/browser/metrics/metrics_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698