Chromium Code Reviews| Index: ios/chrome/browser/ui/settings/settings_egtest.mm |
| diff --git a/ios/chrome/browser/ui/settings/settings_egtest.mm b/ios/chrome/browser/ui/settings/settings_egtest.mm |
| index 87f28d3b7d47e786a36298e1d9003e8d3686c80b..8bcf82e7d2f54a54967bd05959d7fd4e0f8897e3 100644 |
| --- a/ios/chrome/browser/ui/settings/settings_egtest.mm |
| +++ b/ios/chrome/browser/ui/settings/settings_egtest.mm |
| @@ -605,11 +605,7 @@ bool IsCertificateCleared() { |
| metrics::prefs::kMetricsReportingEnabled, YES); |
| chrome_test_util::SetBooleanLocalStatePref(prefs::kMetricsReportingWifiOnly, |
| NO); |
| - // Service should be always enabled regardless of network settings. |
| - chrome_test_util::SetWWANStateTo(YES); |
| [self assertMetricsServiceEnabled:serviceType]; |
| - chrome_test_util::SetWWANStateTo(NO); |
| - [self assertMetricsServiceDisabled:serviceType]; |
|
lpromero
2017/03/20 16:56:56
Note that this was a typo already, as it should ha
|
| #else |
| // Development build. Do not allow any recording or uploading of data. |
| // Specifically, the kMetricsReportingEnabled preference is completely |