commit | 1b0031066aa2e38036a8a84458ea8abac90b2e04 | [log] [tgz] |
---|---|---|
author | Darin Petkov <petkov@chromium.org> | Tue Nov 30 10:18:36 2010 -0800 |
committer | Darin Petkov <petkov@chromium.org> | Tue Nov 30 10:18:36 2010 -0800 |
tree | 6a4aae139044aba913ef703527930ca43589b1e7 | |
parent | 3367619e28a22301a6074862028cefd322012dd9 [diff] [blame] |
AU: More UpdateAttempter unit tests. BUG=6243 TEST=unit tests Change-Id: I364cf8f4744098e45a6537bb89c6cabf92f3889c Review URL: http://codereview.chromium.org/5301002
diff --git a/update_check_scheduler.h b/update_check_scheduler.h index 2ba5253..1811291 100644 --- a/update_check_scheduler.h +++ b/update_check_scheduler.h
@@ -50,6 +50,7 @@ void SetUpdateStatus(UpdateStatus status); void set_poll_interval(int interval) { poll_interval_ = interval; } + int poll_interval() const { return poll_interval_; } private: friend class UpdateCheckSchedulerTest;