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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/omaha/ExponentialBackoffScheduler.java

Issue 2685053002: Revert of [Omaha] Make the whole pipeline run each time (Closed)
Patch Set: 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/omaha/OmahaClient.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/omaha/ExponentialBackoffScheduler.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/omaha/ExponentialBackoffScheduler.java b/chrome/android/java/src/org/chromium/chrome/browser/omaha/ExponentialBackoffScheduler.java
index e9a6ef54c88e59e36d539383dabe65228e562af1..1515888dd14cb370d82b4ed6aea4e9bbe0d8c668 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/omaha/ExponentialBackoffScheduler.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/omaha/ExponentialBackoffScheduler.java
@@ -34,6 +34,8 @@
*
* This class is not thread-safe because any two different classes could be accessing the same
* SharedPreferences.
+ *
+ * TODO(dfalcantara): Consider making this an AlarmManagerHelper class to manage general alarms.
*/
@NotThreadSafe
public class ExponentialBackoffScheduler {
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/omaha/OmahaClient.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698