Index: base/ios/ios_util.h |
diff --git a/base/ios/ios_util.h b/base/ios/ios_util.h |
index f9ddb26259236f4a66c3ea7e2517448430b0f870..fca9a509f1cbc21d9144aad599e4877272710bab 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 7 or later. |
BASE_EXPORT bool IsRunningOnIOS7OrLater(); |
+// Returns whether the operating system is iOS 8 or later. |
+BASE_EXPORT bool IsRunningOnIOS8OrLater(); |
+ |
// Returns whether the operating system is at the given version or later. |
BASE_EXPORT bool IsRunningOnOrLater(int32 major, int32 minor, int32 bug_fix); |