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

Unified Diff: base/ios/ios_util.h

Issue 2933963002: [ios] Fix omnibox baseWritingDirection and dismissal iOS11 bugs. (Closed)
Patch Set: more omnibox fixes 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
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();
« no previous file with comments | « no previous file | base/ios/ios_util.mm » ('j') | ios/chrome/browser/ui/omnibox/omnibox_popup_material_view_controller.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698