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

Unified Diff: chrome/browser/policy/asynchronous_policy_loader.cc

Issue 9584043: Convert uses of int ms to TimeDelta in chrome/browser/policy. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/asynchronous_policy_loader.cc
diff --git a/chrome/browser/policy/asynchronous_policy_loader.cc b/chrome/browser/policy/asynchronous_policy_loader.cc
index 0881b49934b5510a726698e10b43618d7b3591e2..a2cebe7fd386fc7c91dc397e56a79648355b5322 100644
--- a/chrome/browser/policy/asynchronous_policy_loader.cc
+++ b/chrome/browser/policy/asynchronous_policy_loader.cc
@@ -71,7 +71,7 @@ void AsynchronousPolicyLoader::ScheduleReloadTask(
BrowserThread::FILE, FROM_HERE,
base::Bind(&AsynchronousPolicyLoader::ReloadFromTask,
weak_ptr_factory_.GetWeakPtr()),
- delay.InMilliseconds());
+ delay);
}
void AsynchronousPolicyLoader::ScheduleFallbackReloadTask() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698