| Index: ios/web/web_state/ui/wk_web_view_configuration_provider.mm
|
| diff --git a/ios/web/web_state/ui/wk_web_view_configuration_provider.mm b/ios/web/web_state/ui/wk_web_view_configuration_provider.mm
|
| index 2ef20332c7c0c9235a66901cc161996478c6a610..97f0a98bbd320751a79d6db04910086418c5a967 100644
|
| --- a/ios/web/web_state/ui/wk_web_view_configuration_provider.mm
|
| +++ b/ios/web/web_state/ui/wk_web_view_configuration_provider.mm
|
| @@ -62,13 +62,6 @@ WKWebViewConfigurationProvider::GetWebViewConfiguration() {
|
| [configuration_
|
| setWebsiteDataStore:[WKWebsiteDataStore nonPersistentDataStore]];
|
| }
|
| -// TODO(crbug.com/620878) Remove these guards after moving to iOS10 SDK.
|
| -#if defined(__IPHONE_10_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0
|
| - if (base::ios::IsRunningOnIOS10OrLater()) {
|
| - [configuration_ setDataDetectorTypes:WKDataDetectorTypeCalendarEvent |
|
| - WKDataDetectorTypeFlightNumber];
|
| - }
|
| -#endif
|
| // API available on iOS 9, although doesn't appear to enable inline playback
|
| // Works as intended on iOS 10+
|
| [configuration_ setAllowsInlineMediaPlayback:YES];
|
|
|