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

Unified Diff: base/ios/ios_util.h

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 | « no previous file | base/ios/ios_util.mm » ('j') | no next file with comments »
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 fe9ec202c5db7ad9f0a65b4dc09c1b320c499a5d..953a502d891f4b6bfee121fcdd3bfc5b606049f7 100644
--- a/base/ios/ios_util.h
+++ b/base/ios/ios_util.h
@@ -13,9 +13,6 @@
namespace base {
namespace ios {
-// Returns whether the operating system is iOS 8 or later.
-BASE_EXPORT bool IsRunningOnIOS8OrLater();
-
// Returns whether the operating system is iOS 9 or later.
BASE_EXPORT bool IsRunningOnIOS9OrLater();
« no previous file with comments | « no previous file | base/ios/ios_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698