| Index: chrome/browser/policy/policy_browsertest.cc
|
| diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
|
| index 57affc5fa9d6281447a296bfee4f4834c8bd5a63..8dc9105f454d4772ff476737e1aa5de8bccec2a0 100644
|
| --- a/chrome/browser/policy/policy_browsertest.cc
|
| +++ b/chrome/browser/policy/policy_browsertest.cc
|
| @@ -4291,6 +4291,11 @@ IN_PROC_BROWSER_TEST_F(ChromeOSPolicyTest, SystemTimezoneAutomaticDetection) {
|
| EXPECT_TRUE(CheckResolveTimezoneByGeolocation(true, true));
|
| EXPECT_TRUE(manager->TimeZoneResolverShouldBeRunningForTests());
|
|
|
| + policy_value = 4 /* SEND_ALL_LOCATION_INFO */;
|
| + SetAndTestSystemTimezoneAutomaticDetectionPolicy(policy_value);
|
| + EXPECT_TRUE(CheckResolveTimezoneByGeolocation(true, true));
|
| + EXPECT_TRUE(manager->TimeZoneResolverShouldBeRunningForTests());
|
| +
|
| policy_value = 1 /* DISABLED */;
|
| SetAndTestSystemTimezoneAutomaticDetectionPolicy(policy_value);
|
| EXPECT_TRUE(CheckResolveTimezoneByGeolocation(false, true));
|
|
|