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

Unified Diff: base/ios/ios_util.mm

Issue 2486363002: Last step of removing IsRunningOnIOS8OrLater() (Closed)
Patch Set: Created 4 years, 1 month 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 | « base/ios/ios_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/ios/ios_util.mm
diff --git a/base/ios/ios_util.mm b/base/ios/ios_util.mm
index 7af85444ada6a9fa5520d8b99ef4070e54a4b068..4b702db3bdf21d92dfbc92b7b5ce1a8a6978a8ee 100644
--- a/base/ios/ios_util.mm
+++ b/base/ios/ios_util.mm
@@ -28,11 +28,6 @@ std::string* g_icudtl_path_override = nullptr;
namespace base {
namespace ios {
-// When dropping iOS7 support, also address issues listed in crbug.com/502968.
-bool IsRunningOnIOS8OrLater() {
- return IsRunningOnOrLater(8, 0, 0);
-}
-
bool IsRunningOnIOS9OrLater() {
return IsRunningOnOrLater(9, 0, 0);
}
« no previous file with comments | « base/ios/ios_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698