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

Unified Diff: update_check_scheduler.h

Issue 5301002: AU: More UpdateAttempter unit tests. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/update_engine.git@master
Patch Set: Created 10 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
« no previous file with comments | « update_attempter_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_check_scheduler.h
diff --git a/update_check_scheduler.h b/update_check_scheduler.h
index 2ba5253c3671c4e4da5d5d0083fd264c4b1e1816..181129149463363e29f9533d2b041ae86311c284 100644
--- a/update_check_scheduler.h
+++ b/update_check_scheduler.h
@@ -50,6 +50,7 @@ class UpdateCheckScheduler {
void SetUpdateStatus(UpdateStatus status);
void set_poll_interval(int interval) { poll_interval_ = interval; }
+ int poll_interval() const { return poll_interval_; }
private:
friend class UpdateCheckSchedulerTest;
« no previous file with comments | « update_attempter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698