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

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

Issue 299783004: Create PluginMetricsProvider class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 7 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
Index: chrome/browser/metrics/metrics_log.h
===================================================================
--- chrome/browser/metrics/metrics_log.h (revision 272171)
+++ chrome/browser/metrics/metrics_log.h (working copy)
@@ -15,14 +15,12 @@
#include "chrome/browser/metrics/extension_metrics.h"
#include "chrome/browser/metrics/metrics_network_observer.h"
#include "chrome/common/variations/variations_util.h"
-#include "chrome/installer/util/google_update_settings.h"
#include "components/metrics/metrics_log_base.h"
#include "ui/gfx/size.h"
class HashedExtensionMetrics;
class MetricsNetworkObserver;
class PrefService;
-class PrefRegistrySimple;
#if defined(OS_CHROMEOS)
class MetricsLogChromeOS;
@@ -56,8 +54,6 @@
MetricsLog(const std::string& client_id, int session_id, LogType log_type);
virtual ~MetricsLog();
- static void RegisterPrefs(PrefRegistrySimple* registry);
-
// Get the current version of the application as a string.
static std::string GetVersionString();
@@ -75,7 +71,6 @@
// is determined by the pref value.
void RecordEnvironment(
const std::vector<metrics::MetricsProvider*>& metrics_providers,
- const std::vector<content::WebPluginInfo>& plugin_list,
const std::vector<variations::ActiveGroupId>& synthetic_trials);
// Loads the environment proto that was saved by the last RecordEnvironment()
@@ -147,9 +142,6 @@
// call to RecordStabilityMetrics().
bool HasStabilityMetrics() const;
- // Within stability group, write plugin crash stats.
- void WritePluginStabilityElements(PrefService* pref);
-
// Within the stability group, write required attributes.
void WriteRequiredStabilityAttributes(PrefService* pref);
@@ -161,9 +153,6 @@
base::TimeDelta incremental_uptime,
base::TimeDelta uptime);
- // Writes the list of installed plugins.
- void WritePluginList(const std::vector<content::WebPluginInfo>& plugin_list);
-
// Observes network state to provide values for SystemProfile::Network.
MetricsNetworkObserver network_observer_;

Powered by Google App Engine
This is Rietveld 408576698