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

Unified Diff: chrome/browser/ui/android/autofill/autofill_popup_view_android.cc

Issue 11778043: Cleaning up Android's Autofill call suggestionSelected. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing the test Created 7 years, 11 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 | « chrome/browser/ui/android/autofill/autofill_popup_view_android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
diff --git a/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc b/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
index 0c568190c482d1c0cbd823c8dda1016ae7f123f0..69b2a4c31e4ef92c59de963200f96d256388c780 100644
--- a/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
+++ b/chrome/browser/ui/android/autofill/autofill_popup_view_android.cc
@@ -80,9 +80,7 @@ void AutofillPopupViewAndroid::UpdateBoundsAndRedrawPopup() {
void AutofillPopupViewAndroid::SuggestionSelected(JNIEnv* env,
jobject obj,
- jint list_index,
- jstring /*name*/,
- jint /*identifier*/) {
+ jint list_index) {
controller_->AcceptSuggestion(list_index);
}
« no previous file with comments | « chrome/browser/ui/android/autofill/autofill_popup_view_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698