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

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: Splitting variables 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 d6cb76ab0c52e285d90deaf14ebc5fe49658a0e2..171dc826d13b870c0bf9e17a13c3b13a484f7a8c 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 kStabilityForegroundActivityType[];
+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