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

Unified Diff: chrome/browser/android/offline_pages/evaluation/evaluation_test_scheduler.h

Issue 2529603004: [Offline Pages] Expanding event logger to be used by harness. (Closed)
Patch Set: more comments. Created 4 years 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/browser/android/offline_pages/evaluation/evaluation_test_scheduler.h
diff --git a/chrome/browser/android/offline_pages/evaluation/evaluation_test_scheduler.h b/chrome/browser/android/offline_pages/evaluation/evaluation_test_scheduler.h
index e17d436b709a5a4b2fd545a033e5ecc049dc58b2..d4b851ab9f5fb84a05cc78e9ba8617048572a3c2 100644
--- a/chrome/browser/android/offline_pages/evaluation/evaluation_test_scheduler.h
+++ b/chrome/browser/android/offline_pages/evaluation/evaluation_test_scheduler.h
@@ -8,6 +8,9 @@
#include "components/offline_pages/background/scheduler.h"
namespace offline_pages {
+
+class RequestCoordinator;
+
namespace android {
class EvaluationTestScheduler : public Scheduler {
@@ -20,6 +23,9 @@ class EvaluationTestScheduler : public Scheduler {
// Callback used by user request.
void ImmediateScheduleCallback(bool result);
+
+ private:
+ RequestCoordinator* coordinator_;
};
} // namespace android

Powered by Google App Engine
This is Rietveld 408576698