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

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

Issue 2664253005: [Omaha] Move most functionality to OmahaBase, add JobService (Closed)
Patch Set: [Omaha] Move most functionality to OmahaBase, add JobService Created 3 years, 10 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 | « chrome/android/javatests/src/org/chromium/chrome/browser/omaha/OmahaClientTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0654004dd7b902868f2164644890ce7a5a3609ae..30fdd9684af4976bf4a6ffa26394f872760f1a90 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
@@ -10,6 +10,7 @@ package org.chromium.components.background_task_scheduler;
*/
public final class TaskIds {
public static final int TEST = 0x00008378;
+ public static final int OMAHA_JOB_ID = 0x00011684;
public static final int GCM_BACKGROUND_TASK_JOB_ID = 1;
public static final int NOTIFICATION_SERVICE_JOB_ID = 21;
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/omaha/OmahaClientTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698