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

Unified Diff: chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/StubBackgroundSchedulerProcessor.java

Issue 2064323004: Defines initial DeviceConditions and and plumbs down through StartProcessing() call. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 6 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: chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/StubBackgroundSchedulerProcessor.java
diff --git a/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/StubBackgroundSchedulerProcessor.java b/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/StubBackgroundSchedulerProcessor.java
index accc8aaef6f15194a17db9fa4744e80412db1d04..13a5b31153abb3cc467366ed3d25f33f500d568f 100644
--- a/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/StubBackgroundSchedulerProcessor.java
+++ b/chrome/android/junit/src/org/chromium/chrome/browser/offlinepages/StubBackgroundSchedulerProcessor.java
@@ -18,7 +18,7 @@ public class StubBackgroundSchedulerProcessor implements BackgroundSchedulerProc
}
@Override
- public boolean startProcessing(Callback<Boolean> callback) {
+ public boolean startProcessing(DeviceConditions deviceConditions, Callback<Boolean> callback) {
Pete Williamson 2016/06/16 17:46:26 Might be a good idea to save the device conditions
dougarnett 2016/06/16 21:03:07 Done.
mStartProcessingCalled = true;
return true;
}

Powered by Google App Engine
This is Rietveld 408576698