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

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, 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 | « no previous file | chrome/browser/component_updater/test/component_updater_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/component_updater/test/component_updater_service_unittest.h
===================================================================
--- chrome/browser/component_updater/test/component_updater_service_unittest.h (revision 236831)
+++ chrome/browser/component_updater/test/component_updater_service_unittest.h (working copy)
@@ -109,7 +109,10 @@
void SetQuitClosure(const base::Closure& quit_closure);
+ void SetInitialDelay(int seconds);
+
private:
+ int initial_time_;
int times_;
int recheck_time_;
int ondemand_time_;
« no previous file with comments | « no previous file | chrome/browser/component_updater/test/component_updater_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698