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

Unified Diff: components/metrics/metrics_service.h

Issue 2687393004: Gather stability prefs into managing objects. (Closed)
Patch Set: Remove unused method Created 3 years, 10 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: components/metrics/metrics_service.h
diff --git a/components/metrics/metrics_service.h b/components/metrics/metrics_service.h
index 46b6d9f3a9bd70a8facb3ad70b7bae50e8a3d849..b32948c0c87838e6884f9a62c4a8c96216596c05 100644
--- a/components/metrics/metrics_service.h
+++ b/components/metrics/metrics_service.h
@@ -336,9 +336,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);

Powered by Google App Engine
This is Rietveld 408576698