Commit a07a5026 authored by petewil's avatar petewil Committed by Commit bot

Fixup a changelist where we forgot to call backgroundSchedule.

The previous changelist (https://codereview.chromium.org/2400393002/) created backgroundSchedule, and forwarded
the call in several places, but missed a spot, this corrects
that oversight.

BUG=652889

Review-Url: https://chromiumcodereview.appspot.com/2435393002
Cr-Commit-Position: refs/heads/master@{#426896}
parent d023a00e
......@@ -38,7 +38,8 @@ public class BackgroundSchedulerBridge {
@CalledByNative
private static void backupSchedule(TriggerConditions triggerConditions, long delayInSeconds) {
BackgroundScheduler.schedule(ContextUtils.getApplicationContext(), triggerConditions);
BackgroundScheduler.backupSchedule(ContextUtils.getApplicationContext(), triggerConditions,
delayInSeconds);
}
@CalledByNative
......
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