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

Unified Diff: base/android/application_status_listener.h

Issue 1474543003: Revert "Add stats to distinguish android renderer crashes." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « no previous file | base/android/application_status_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/application_status_listener.h
diff --git a/base/android/application_status_listener.h b/base/android/application_status_listener.h
index 866ec8be9340ee73c1839f651bc742c0569efca7..30048b2b5158ac81542621b1ad370d8e1b5b17f1 100644
--- a/base/android/application_status_listener.h
+++ b/base/android/application_status_listener.h
@@ -27,7 +27,6 @@ namespace android {
// A Java counterpart will be generated for this enum.
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.base
enum ApplicationState {
- APPLICATION_STATE_UNKNOWN = 0,
APPLICATION_STATE_HAS_RUNNING_ACTIVITIES = 1,
APPLICATION_STATE_HAS_PAUSED_ACTIVITIES = 2,
APPLICATION_STATE_HAS_STOPPED_ACTIVITIES = 3,
@@ -74,9 +73,6 @@ class BASE_EXPORT ApplicationStatusListener {
// Internal use only: must be public to be called from JNI and unit tests.
static void NotifyApplicationStateChange(ApplicationState state);
- // Expose jni call for ApplicationStatus.getStateForApplication.
- static ApplicationState GetState();
-
private:
void Notify(ApplicationState state);
« no previous file with comments | « no previous file | base/android/application_status_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698