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

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: comments. Created 4 years, 1 month 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..b21cee44fbaf3fb0403c52e21590ccf2bb0eccb1 100644
--- a/chrome/browser/android/offline_pages/evaluation/evaluation_test_scheduler.h
+++ b/chrome/browser/android/offline_pages/evaluation/evaluation_test_scheduler.h
@@ -6,8 +6,12 @@
#define CHROME_BROWSER_ANDROID_OFFLINE_PAGES_EVALUATION_EVALUATION_TEST_SCHEDULER_H_
#include "components/offline_pages/background/scheduler.h"
+#include "components/offline_pages/offline_event_logger.h"
namespace offline_pages {
+
+class RequestCoordinator;
+
namespace android {
class EvaluationTestScheduler : public Scheduler {
@@ -20,6 +24,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