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

Unified Diff: base/android/build_info.h

Issue 1124763003: Update from https://crrev.com/327068 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update nacl, buildtools, fix display_change_notifier_unittest Created 5 years, 7 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
Index: base/android/build_info.h
diff --git a/base/android/build_info.h b/base/android/build_info.h
index e4e84e85baa865eb0c8603234864eb234f9f9e72..9d73bdbc9c6601904007d4d08786d28d99756b34 100644
--- a/base/android/build_info.h
+++ b/base/android/build_info.h
@@ -18,8 +18,6 @@ namespace android {
// This enumeration maps to the values returned by BuildInfo::sdk_int(),
// indicating the Android release associated with a given SDK version.
enum SdkVersion {
- SDK_VERSION_ICE_CREAM_SANDWICH = 14,
- SDK_VERSION_ICE_CREAM_SANDWICH_MR1 = 15,
SDK_VERSION_JELLY_BEAN = 16,
SDK_VERSION_JELLY_BEAN_MR1 = 17,
SDK_VERSION_JELLY_BEAN_MR2 = 18,

Powered by Google App Engine
This is Rietveld 408576698