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

Unified Diff: content/browser/android/date_time_chooser_android.h

Issue 15533003: [Android] Implement min/max on all supported date types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « no previous file | content/browser/android/date_time_chooser_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/date_time_chooser_android.h
diff --git a/content/browser/android/date_time_chooser_android.h b/content/browser/android/date_time_chooser_android.h
index 6709c38b34b1c25bfe311298934a5d5dd91fedfd..4746f914c7139578c5ad38f225bc0d09e2109435 100644
--- a/content/browser/android/date_time_chooser_android.h
+++ b/content/browser/android/date_time_chooser_android.h
@@ -25,7 +25,7 @@ class DateTimeChooserAndroid {
void ShowDialog(ContentViewCore* content,
RenderViewHost* sender,
int type, int year, int month, int day,
- int hour, int minute, int second);
+ int hour, int minute, int second, double min, double max);
// Replaces the current value with the one passed the different fields
void ReplaceDateTime(JNIEnv* env, jobject, jint dialog_type,
« no previous file with comments | « no previous file | content/browser/android/date_time_chooser_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698