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

Unified Diff: base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java

Issue 587613002: Do not special case the accept button of the time picker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java
diff --git a/base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java b/base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java
index b673e3be7e89038683a3cc997194220466c15536..320e6118f066efc41d21cdd04d1eb77cd06a693c 100644
--- a/base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java
+++ b/base/android/java/src/org/chromium/base/ApiCompatibilityUtils.java
@@ -327,10 +327,4 @@ public class ApiCompatibilityUtils {
return intent.getTargetPackage();
}
}
-
- public static boolean datePickerRequiresAccept() {
- // TODO(miguelg) use the final code for the L
- // https://crbug.com/399198
- return Build.VERSION.SDK_INT < 20; /* CUR_DEVELOPMENT */
- }
}
« no previous file with comments | « no previous file | content/public/android/java/src/org/chromium/content/browser/input/InputDialogContainer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698