Commit cac5ea47 authored by Xing Liu's avatar Xing Liu Committed by Commit Bot

Chime SDK: Add comment to reserve JobScheduler ids.

Range [111000000, 111999999] is reserved for Chime job scheduler.

Bug: 1013386
Change-Id: Ia211cf20adc4580bcdbb6fcc3303dc0fd4367c4e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904947Reviewed-by: default avatarTommy Nyquist <nyquist@chromium.org>
Commit-Queue: Xing Liu <xingliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713893}
parent 4cf85a4f
...@@ -13,6 +13,7 @@ public final class TaskIds { ...@@ -13,6 +13,7 @@ public final class TaskIds {
// BackgroundTaskSchedulerUma#toUmaEnumValueFromTaskId(int) method. Also, if the new task id // BackgroundTaskSchedulerUma#toUmaEnumValueFromTaskId(int) method. Also, if the new task id
// is related to a BackgroundTask class in //chrome, remember to update // is related to a BackgroundTask class in //chrome, remember to update
// ChromeBackgroundTaskFactory#getBackgroundTaskFromTaskId(int). // ChromeBackgroundTaskFactory#getBackgroundTaskFromTaskId(int).
// Id from 111000000 to 111999999 are reserved for internal usage.
public static final int TEST = 0x00008378; public static final int TEST = 0x00008378;
public static final int OMAHA_JOB_ID = 0x00011684; public static final int OMAHA_JOB_ID = 0x00011684;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment