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

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

Issue 910043002: Add checkbox to card unmasking prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix dbg compile Created 5 years, 10 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/app/generated_resources.grd ('k') | chrome/browser/ui/autofill/card_unmask_prompt_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/android/autofill/card_unmask_prompt_view_android.cc
diff --git a/chrome/browser/ui/android/autofill/card_unmask_prompt_view_android.cc b/chrome/browser/ui/android/autofill/card_unmask_prompt_view_android.cc
index d4437cba80ea3684990574c417105f9dcfbb1dc1..dcf8305850345613f1c6544d29c79f77d3a4d6fe 100644
--- a/chrome/browser/ui/android/autofill/card_unmask_prompt_view_android.cc
+++ b/chrome/browser/ui/android/autofill/card_unmask_prompt_view_android.cc
@@ -67,7 +67,8 @@ void CardUnmaskPromptViewAndroid::OnUserInput(JNIEnv* env,
controller_->OnUnmaskResponse(
base::android::ConvertJavaStringToUTF16(env, cvc),
base::android::ConvertJavaStringToUTF16(env, month),
- base::android::ConvertJavaStringToUTF16(env, year));
+ base::android::ConvertJavaStringToUTF16(env, year),
+ false);
}
void CardUnmaskPromptViewAndroid::PromptDismissed(JNIEnv* env, jobject obj) {
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/autofill/card_unmask_prompt_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698