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

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
« no previous file with comments | « chrome/browser/metrics/chrome_stability_metrics_provider.cc ('k') | 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
===================================================================
--- chrome/browser/metrics/metrics_log.h (revision 272445)
+++ chrome/browser/metrics/metrics_log.h (working copy)
@@ -14,13 +14,11 @@
#include "base/basictypes.h"
#include "chrome/browser/metrics/extension_metrics.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 PrefService;
-class PrefRegistrySimple;
#if defined(OS_CHROMEOS)
class MetricsLogChromeOS;
@@ -62,8 +60,6 @@
metrics::MetricsServiceClient* client);
virtual ~MetricsLog();
- static void RegisterPrefs(PrefRegistrySimple* registry);
-
// Records the current operating environment, including metrics provided by
// the specified set of |metrics_providers|. Takes the list of installed
// plugins, Google Update statistics, and synthetic trial IDs as parameters
@@ -73,7 +69,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()
@@ -145,9 +140,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);
@@ -159,9 +151,6 @@
base::TimeDelta incremental_uptime,
base::TimeDelta uptime);
- // Writes the list of installed plugins.
- void WritePluginList(const std::vector<content::WebPluginInfo>& plugin_list);
-
// Used to interact with the embedder. Weak pointer; must outlive |this|
// instance.
metrics::MetricsServiceClient* const client_;
« no previous file with comments | « chrome/browser/metrics/chrome_stability_metrics_provider.cc ('k') | chrome/browser/metrics/metrics_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698