| Index: chrome/browser/chromeos/login/users/chrome_user_manager_impl.h
|
| diff --git a/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h b/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h
|
| index db1c2a5afe7aed5513383b8488743dbae22310e1..5d4a2a13a2c29ee0f2e54240b4fcac964f939fcd 100644
|
| --- a/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h
|
| +++ b/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h
|
| @@ -194,6 +194,10 @@ class ChromeUserManagerImpl
|
| // Update the number of users.
|
| void UpdateNumberOfUsers();
|
|
|
| + // Starts (or stops) automatic timezone refresh on geolocation,
|
| + // depending on user preferences.
|
| + void UpdateUserTimeZoneRefresher(Profile* profile);
|
| +
|
| // Interface to the signed settings store.
|
| CrosSettings* cros_settings_;
|
|
|
|
|