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

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: Cleaning 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 12ee71cfe98f98a082e3106b593e23d9836b2d7d..ac18a07afefee436095b0895cab3518a6ee44abd 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -476,6 +476,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