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

Unified Diff: chrome/browser/policy/profile_policy_connector.h

Issue 7054022: Use int64 instead of int for cloud policy infrastructure-delay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/policy/profile_policy_connector.h
diff --git a/chrome/browser/policy/profile_policy_connector.h b/chrome/browser/policy/profile_policy_connector.h
index 6cebf1b70eba0c03aee9e1f1fd2f0651be9f3209..9e7f50eaa3b9b29f2007ae573276631c0ab9aadd 100644
--- a/chrome/browser/policy/profile_policy_connector.h
+++ b/chrome/browser/policy/profile_policy_connector.h
@@ -30,7 +30,7 @@ class ProfilePolicyConnector : public ProfileKeyedService {
// Schedules initialization of the policy backend service if the service is
// already constructed.
- void ScheduleServiceInitialization(int delay_milliseconds);
+ void ScheduleServiceInitialization(int64 delay_milliseconds);
// Initializes the context. Should be called only after the profile's request
// context is up.
« no previous file with comments | « chrome/browser/policy/device_management_service.cc ('k') | chrome/browser/policy/profile_policy_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698