Chromium Code Reviews| Index: base/ios/ios_util.h |
| diff --git a/base/ios/ios_util.h b/base/ios/ios_util.h |
| index caa594dd8174bdcb36d766045a14e32097e97490..a489884fd688be1b62b7ac4bc685ed0118970b65 100644 |
| --- a/base/ios/ios_util.h |
| +++ b/base/ios/ios_util.h |
| @@ -13,6 +13,9 @@ |
| namespace base { |
| namespace ios { |
| +// Returns whether the operating system is iOS 11 or later. |
| +BASE_EXPORT bool IsRunningOnIOS11OrLater(); |
| + |
| // Returns whether the operating system is iOS 10 or later. |
| BASE_EXPORT bool IsRunningOnIOS10OrLater(); |