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

Unified Diff: components/background_task_scheduler/android/java/src/org/chromium/components/background_task_scheduler/TaskIds.java

Issue 2911503002: [Android] Adding UMA for events in Background Task Scheduler (Closed)
Patch Set: Addressing CR feedback: Renaming metrics Created 3 years, 7 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
Index: components/background_task_scheduler/android/java/src/org/chromium/components/background_task_scheduler/TaskIds.java
diff --git a/components/background_task_scheduler/android/java/src/org/chromium/components/background_task_scheduler/TaskIds.java b/components/background_task_scheduler/android/java/src/org/chromium/components/background_task_scheduler/TaskIds.java
index d5b5b78f1ec4c3bc9db7502d1118af50de735fe9..e4a39529582f3ac901a8068792496fa47097cb3d 100644
--- a/components/background_task_scheduler/android/java/src/org/chromium/components/background_task_scheduler/TaskIds.java
+++ b/components/background_task_scheduler/android/java/src/org/chromium/components/background_task_scheduler/TaskIds.java
@@ -9,6 +9,8 @@ package org.chromium.components.background_task_scheduler;
* that there is no overlap of task IDs between different users of the BackgroundTaskScheduler.
*/
public final class TaskIds {
+ // When adding your job id to the list below, remember to make a corresponding update to the
+ // BackgroundTaskSchedulerUma#toUmaEnumValueFromTaskId(int) method.
public static final int TEST = 0x00008378;
public static final int OMAHA_JOB_ID = 0x00011684;

Powered by Google App Engine
This is Rietveld 408576698