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

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 79ae43941fbab4ccb2b4e2ae5012ff24195e5551..79d91cc72a148391572809d0e0e75473548b719f 100644
--- a/chrome/browser/ui/android/autofill/autofill_dialog_view_android.cc
+++ b/chrome/browser/ui/android/autofill/autofill_dialog_view_android.cc
@@ -210,12 +210,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