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

Unified Diff: base/ios/ios_util.mm

Issue 2711463006: Remove IsRunningOnIOS9OrLater(). (Closed)
Patch Set: Created 3 years, 10 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 | « 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 4b702db3bdf21d92dfbc92b7b5ce1a8a6978a8ee..196d5ef90ae4d81b894c4c23b8d2b87b6e878696 100644
--- a/base/ios/ios_util.mm
+++ b/base/ios/ios_util.mm
@@ -28,10 +28,6 @@ std::string* g_icudtl_path_override = nullptr;
namespace base {
namespace ios {
-bool IsRunningOnIOS9OrLater() {
- return IsRunningOnOrLater(9, 0, 0);
-}
-
bool IsRunningOnIOS10OrLater() {
return IsRunningOnOrLater(10, 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