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

Unified Diff: chrome/common/pref_names.h

Issue 103943006: Let MetricsService know about some Android Activities (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright Created 7 years 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 f94dc28c523c2c91f8f4fc5aa98adf8ac8510ca5..f8b9e937640f62afe3b72c10abc5d6eba489a40b 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -478,6 +478,14 @@ extern const char kStabilityChildProcessCrashCount[];
extern const char kStabilityOtherUserCrashCount[];
extern const char kStabilityKernelCrashCount[];
extern const char kStabilitySystemUncleanShutdownCount[];
+#if defined(OS_ANDROID)
+extern const char kStabilityForegroundActivity[];
+extern const char kStabilityLaunchedActivityFlags[];
+extern const char kStabilityLaunchCountMainActivity[];
+extern const char kStabilityLaunchCountFullScreenActivity[];
+extern const char kStabilityCrashCountMainActivity[];
+extern const char kStabilityCrashCountFullScreenActivity[];
+#endif
extern const char kStabilityBreakpadRegistrationSuccess[];
extern const char kStabilityBreakpadRegistrationFail[];

Powered by Google App Engine
This is Rietveld 408576698