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

Unified Diff: ios/consumer/base/util.mm

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 | « base/ios/ios_util.mm ('k') | ios/public/consumer/base/util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/consumer/base/util.mm
diff --git a/ios/consumer/base/util.mm b/ios/consumer/base/util.mm
index 1e640f5edd8f59bec1bf258d41e26efbfd71819c..6657c6bab471b491b009d11236844518610eec09 100644
--- a/ios/consumer/base/util.mm
+++ b/ios/consumer/base/util.mm
@@ -7,10 +7,6 @@
namespace ios {
-bool IsRunningOnIOS6OrLater() {
- return base::ios::IsRunningOnIOS6OrLater();
-}
-
bool IsRunningOnOrLater(int major, int minor, int bug_fix) {
return base::ios::IsRunningOnOrLater(major, minor, bug_fix);
}
« no previous file with comments | « base/ios/ios_util.mm ('k') | ios/public/consumer/base/util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698