Commit a219f7a0 authored by Mike Dougherty's avatar Mike Dougherty Committed by Commit Bot

[iOS] Add TODO bugs for cleanup of iOS runtime version checks

Bug: 1129482, 1129483, 1129484
Change-Id: Ic512a5f00bff81d1210b1a003ab3429dd30318a1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416894
Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Auto-Submit: Mike Dougherty <michaeldo@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#807952}
parent c94ab227
......@@ -14,12 +14,15 @@ namespace base {
namespace ios {
// Returns whether the operating system is iOS 12 or later.
// TODO(crbug.com/1129482): Remove once minimum supported version is at least 12
BASE_EXPORT bool IsRunningOnIOS12OrLater();
// Returns whether the operating system is iOS 13 or later.
// TODO(crbug.com/1129483): Remove once minimum supported version is at least 13
BASE_EXPORT bool IsRunningOnIOS13OrLater();
// Returns whether the operating system is iOS 14 or later.
// TODO(crbug.com/1129484): Remove once minimum supported version is at least 14
BASE_EXPORT bool IsRunningOnIOS14OrLater();
// Returns whether the operating system is at the given version or later.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment