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

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

Issue 13625002: Change the behavior of the [X] Save details to Wallet checkbox notification to: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 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: chrome/browser/ui/android/autofill/autofill_dialog_view_android.cc
diff --git a/chrome/browser/ui/android/autofill/autofill_dialog_view_android.cc b/chrome/browser/ui/android/autofill/autofill_dialog_view_android.cc
index 35beaa13eb77c06a1089c1ff9f09f6767d57394b..2780ae0069d64ec602bb0d97bf589f469c32775a 100644
--- a/chrome/browser/ui/android/autofill/autofill_dialog_view_android.cc
+++ b/chrome/browser/ui/android/autofill/autofill_dialog_view_android.cc
@@ -206,12 +206,6 @@ bool AutofillDialogViewAndroid::UseBillingForShipping() {
env, java_object_.obj());
}
-bool AutofillDialogViewAndroid::SaveDetailsInWallet() {
- JNIEnv* env = base::android::AttachCurrentThread();
- return Java_AutofillDialogGlue_shouldSaveDetailsInWallet(env,
- java_object_.obj());
-}
-
bool AutofillDialogViewAndroid::SaveDetailsLocally() {
JNIEnv* env = base::android::AttachCurrentThread();
return Java_AutofillDialogGlue_shouldSaveDetailsLocally(env,

Powered by Google App Engine
This is Rietveld 408576698