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

Unified Diff: chrome/browser/component_updater/test/component_updater_service_unittest.h

Issue 55303002: Unittest for Component updater throttles (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 2 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: chrome/browser/component_updater/test/component_updater_service_unittest.h
===================================================================
--- chrome/browser/component_updater/test/component_updater_service_unittest.h (revision 231370)
+++ chrome/browser/component_updater/test/component_updater_service_unittest.h (working copy)
@@ -91,7 +91,10 @@
void SetQuitClosure(const base::Closure& quit_closure);
+ void SetInitialDelay(int seconds);
+
private:
+ int initial_time_;
int times_;
int recheck_time_;
int ondemand_time_;

Powered by Google App Engine
This is Rietveld 408576698