| Index: components/metrics/metrics_service.h
|
| diff --git a/components/metrics/metrics_service.h b/components/metrics/metrics_service.h
|
| index f283b23285fa493fe3bb299843474a36e621f717..42f311fc7070d1262dfdb246c76022bc02ae4b51 100644
|
| --- a/components/metrics/metrics_service.h
|
| +++ b/components/metrics/metrics_service.h
|
| @@ -332,9 +332,6 @@ class MetricsService : public base::HistogramFlattener {
|
| // Called after transmission completes (either successfully or with failure).
|
| void OnLogUploadComplete(int response_code);
|
|
|
| - // Reads, increments and then sets the specified integer preference.
|
| - void IncrementPrefValue(const char* path);
|
| -
|
| // Reads, increments and then sets the specified long preference that is
|
| // stored as a string.
|
| void IncrementLongPrefsValue(const char* path);
|
|
|