| Index: chrome/browser/metrics/plugin_metrics_provider.h
|
| diff --git a/chrome/browser/metrics/plugin_metrics_provider.h b/chrome/browser/metrics/plugin_metrics_provider.h
|
| index fb9706b5cff585f94aaa25db4d27c5ed4f0e7da4..17fff4992d5a5726e09b1c5e7c727f361d1c0f1a 100644
|
| --- a/chrome/browser/metrics/plugin_metrics_provider.h
|
| +++ b/chrome/browser/metrics/plugin_metrics_provider.h
|
| @@ -43,6 +43,7 @@ class PluginMetricsProvider : public metrics::MetricsProvider,
|
| metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
|
| virtual void ProvideStabilityMetrics(
|
| metrics::SystemProfileProto* system_profile_proto) OVERRIDE;
|
| + virtual void ClearSavedStabilityMetrics() OVERRIDE;
|
|
|
| // Notifies the provider about an error loading the plugin at |plugin_path|.
|
| void LogPluginLoadingError(const base::FilePath& plugin_path);
|
|
|