| Index: chrome/browser/metrics/metrics_service.h
|
| diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h
|
| index 9d7cde51a0c378ec9f0ea66f373ce77a6efad84c..7108ca52bddf4c26fa5f5ffd72e783a9ac9a0e27 100644
|
| --- a/chrome/browser/metrics/metrics_service.h
|
| +++ b/chrome/browser/metrics/metrics_service.h
|
| @@ -207,6 +207,7 @@ class MetricsService
|
| bool recording_active() const;
|
| bool reporting_active() const;
|
|
|
| + // TODO(blundell): Move this to ChromeMetricsServiceClient.
|
| void LogPluginLoadingError(const base::FilePath& plugin_path);
|
|
|
| // Redundant test to ensure that we are notified of a clean exit.
|
|
|