| Index: base/ios/ios_util.h
|
| diff --git a/base/ios/ios_util.h b/base/ios/ios_util.h
|
| index d9d7e193dd55b568b61770c79af5947cca7f9766..688fbf3ba9faeca022fc0f3975db22d6f943a28a 100644
|
| --- a/base/ios/ios_util.h
|
| +++ b/base/ios/ios_util.h
|
| @@ -14,6 +14,9 @@ namespace ios {
|
| // Returns whether the operating system is iOS 8 or later.
|
| BASE_EXPORT bool IsRunningOnIOS8OrLater();
|
|
|
| +// Returns whether the operating system is iOS 9 or later.
|
| +BASE_EXPORT bool IsRunningOnIOS9OrLater();
|
| +
|
| // Returns whether the operating system is at the given version or later.
|
| BASE_EXPORT bool IsRunningOnOrLater(int32 major, int32 minor, int32 bug_fix);
|
|
|
|
|