Chromium Code Reviews| Index: chrome/browser/autofill/android/personal_data_manager_android.h |
| diff --git a/chrome/browser/autofill/android/personal_data_manager_android.h b/chrome/browser/autofill/android/personal_data_manager_android.h |
| index c6d15c79fb8220d5176a4cf19df27db9c1964c4e..953150dc894ea0687d78bc3d773dd47995fcf7d0 100644 |
| --- a/chrome/browser/autofill/android/personal_data_manager_android.h |
| +++ b/chrome/browser/autofill/android/personal_data_manager_android.h |
| @@ -79,12 +79,12 @@ class PersonalDataManagerAndroid |
| // useful for distinguishing the profiles from one another. |
| // |
| // The labels never contain the email address, or phone numbers. The |
| - // |include_name| argument controls whether the name is included. All other |
| - // fields are included in the label. |
| + // |include_name_in_lael| argument controls whether the name is included. |
|
please use gerrit instead
2016/10/17 14:52:06
Typo: lael --> label.
zino
2016/10/17 15:15:38
Done.
|
| + // All other fields are included in the label. |
| base::android::ScopedJavaLocalRef<jobjectArray> GetProfileLabelsToSuggest( |
| JNIEnv* env, |
| const base::android::JavaParamRef<jobject>& unused_obj, |
| - jboolean include_name); |
| + jboolean include_name_in_label); |
| // Returns the label of the given profile for PaymentRequest. This label does |
| // not contain the full name or the email address. All other fields are |
| @@ -328,7 +328,7 @@ class PersonalDataManagerAndroid |
| base::android::ScopedJavaLocalRef<jobjectArray> GetProfileLabels( |
| JNIEnv* env, |
| bool address_only, |
| - bool include_name, |
| + bool include_name_in_label, |
| std::vector<AutofillProfile*> profiles); |
| // Pointer to the java counterpart. |