Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: base/ios/ios_util.h

Issue 2935723002: Fix ManualTextFramerTest.OriginRTLTest on iOS 11 (Closed)
Patch Set: Add comment Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/ios/ios_util.mm » ('j') | ios/chrome/browser/ui/util/manual_text_framer_unittest.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/ios/ios_util.h
diff --git a/base/ios/ios_util.h b/base/ios/ios_util.h
index caa594dd8174bdcb36d766045a14e32097e97490..2464b1cc15b4f0f0800c22cf5b583bf482b4dedc 100644
--- a/base/ios/ios_util.h
+++ b/base/ios/ios_util.h
@@ -16,6 +16,9 @@ namespace ios {
// Returns whether the operating system is iOS 10 or later.
BASE_EXPORT bool IsRunningOnIOS10OrLater();
+// Returns whether the operating system is iOS 11 or later.
+BASE_EXPORT bool IsRunningOnIOS11OrLater();
rohitrao (ping after 24h) 2017/06/14 14:55:36 I'm going to pull this out into a separate CL.
+
// Returns whether the operating system is at the given version or later.
BASE_EXPORT bool IsRunningOnOrLater(int32_t major,
int32_t minor,
« no previous file with comments | « no previous file | base/ios/ios_util.mm » ('j') | ios/chrome/browser/ui/util/manual_text_framer_unittest.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698