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

Unified Diff: components/metrics/metrics_pref_names.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_pref_names.h
diff --git a/components/metrics/metrics_pref_names.h b/components/metrics/metrics_pref_names.h
index df25e3854a91ae33bed8e39e943f05b2d099bf79..ef14aafc62e63d6a7ecef97a51d7b29e4ebe530a 100644
--- a/components/metrics/metrics_pref_names.h
+++ b/components/metrics/metrics_pref_names.h
@@ -30,34 +30,6 @@ extern const char kMetricsReportingEnabled[];
extern const char kMetricsReportingEnabledTimestamp[];
extern const char kMetricsSessionID[];
extern const char kMetricsLastSeenPrefix[];
-extern const char kStabilityBreakpadRegistrationSuccess[];
-extern const char kStabilityBreakpadRegistrationFail[];
-extern const char kStabilityChildProcessCrashCount[];
-extern const char kStabilityCrashCount[];
-extern const char kStabilityDebuggerPresent[];
-extern const char kStabilityDebuggerNotPresent[];
-extern const char kStabilityDeferredCount[];
-extern const char kStabilityDiscardCount[];
-extern const char kStabilityExecutionPhase[];
-extern const char kStabilityExtensionRendererCrashCount[];
-extern const char kStabilityExtensionRendererFailedLaunchCount[];
-extern const char kStabilityExtensionRendererLaunchCount[];
-extern const char kStabilityExitedCleanly[];
-extern const char kStabilityIncompleteSessionEndCount[];
-extern const char kStabilityLastTimestampSec[];
-extern const char kStabilityLaunchCount[];
-extern const char kStabilityLaunchTimeSec[];
-extern const char kStabilityPageLoadCount[];
-extern const char kStabilityRendererCrashCount[];
-extern const char kStabilityRendererFailedLaunchCount[];
-extern const char kStabilityRendererHangCount[];
-extern const char kStabilityRendererLaunchCount[];
-extern const char kStabilitySavedSystemProfile[];
-extern const char kStabilitySavedSystemProfileHash[];
-extern const char kStabilitySessionEndCompleted[];
-extern const char kStabilityStatsBuildTime[];
-extern const char kStabilityStatsVersion[];
-extern const char kStabilityVersionMismatchCount[];
extern const char kUninstallLaunchCount[];
extern const char kUninstallMetricsPageLoadCount[];
extern const char kUninstallMetricsUptimeSec[];

Powered by Google App Engine
This is Rietveld 408576698