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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java

Issue 2769713002: Android - UMA for notification click latency via NotificationJobService
Patch Set: Nits Created 3 years, 9 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationJobService.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java
index 84b5fff48401703942a2d45af3a1f0d5c8257a4e..3571830996015ccd8c81d37e836e9f1f717cb5ad 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java
@@ -40,6 +40,9 @@ public class NotificationConstants {
static final String EXTRA_NOTIFICATION_REPLY = "notification_reply";
static final String EXTRA_NOTIFICATION_ACTION = "notification_action";
+ static final String EXTRA_JOB_SCHEDULED_TIME_MS = "notification_job_scheduled_time_ms";
+ static final String EXTRA_JOB_STARTED_TIME_MS = "notification_job_started_time_ms";
+
/**
* Unique identifier for a single sync notification. Since the notification ID is reused,
* old notifications will be overwritten.
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationJobService.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698