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

Unified Diff: update_check_scheduler.h

Issue 6836025: Add support to update_engine to poke Omaha after an update has been applied (Closed) Base URL: http://git.chromium.org/git/update_engine.git@master
Patch Set: Fixed bug where last ping day was not properly updated Created 9 years, 8 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: update_check_scheduler.h
diff --git a/update_check_scheduler.h b/update_check_scheduler.h
index 181129149463363e29f9533d2b041ae86311c284..8239c0d7ef3147f188ba00fffa15c449f6b5a243 100644
--- a/update_check_scheduler.h
+++ b/update_check_scheduler.h
@@ -76,6 +76,7 @@ class UpdateCheckScheduler {
FRIEND_TEST(UpdateCheckSchedulerTest, SetUpdateStatusNonIdleTest);
FRIEND_TEST(UpdateCheckSchedulerTest, StaticCheckOOBECompleteTest);
FRIEND_TEST(UpdateCheckSchedulerTest, StaticCheckOOBENotCompleteTest);
+ FRIEND_TEST(UpdateAttempterTest, PingOmahaTest);
// Wraps GLib's g_timeout_add_seconds so that it can be mocked in tests.
virtual guint GTimeoutAddSeconds(guint interval, GSourceFunc function);

Powered by Google App Engine
This is Rietveld 408576698