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

Unified Diff: chrome/common/pref_names.h

Issue 137623002: Let MetricsService know about some Android Activities (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 8c3e946366f9313f5c3c735b041c58231b48a650..c069f1dd951077686da0e3f700252177ab52a572 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -477,6 +477,12 @@ extern const char kStabilityChildProcessCrashCount[];
extern const char kStabilityOtherUserCrashCount[];
extern const char kStabilityKernelCrashCount[];
extern const char kStabilitySystemUncleanShutdownCount[];
+#if defined(OS_ANDROID)
+extern const char kStabilityForegroundActivityType[];
+extern const char kStabilityLaunchedActivityFlags[];
+extern const char kStabilityLaunchedActivityCounts[];
+extern const char kStabilityCrashedActivityCounts[];
+#endif
extern const char kStabilityBreakpadRegistrationSuccess[];
extern const char kStabilityBreakpadRegistrationFail[];

Powered by Google App Engine
This is Rietveld 408576698