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

Unified Diff: ios/public/consumer/base/util.h

Issue 349453002: Remove IsRunningOnIOS6OrLater (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « ios/consumer/base/util.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/consumer/base/util.h
diff --git a/ios/public/consumer/base/util.h b/ios/public/consumer/base/util.h
index 5977ea76cc7541bebe3cedb916f1d58ac7791740..a132de5a464f53e9e08422f29ecceb5d75bd8e5f 100644
--- a/ios/public/consumer/base/util.h
+++ b/ios/public/consumer/base/util.h
@@ -7,9 +7,6 @@
namespace ios {
-// Returns whether the operating system is iOS 6 or later.
-bool IsRunningOnIOS6OrLater();
-
// Returns whether the operating system is at the given version or later.
bool IsRunningOnOrLater(int major, int minor, int bug_fix);
« no previous file with comments | « ios/consumer/base/util.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698