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

Unified Diff: chrome/browser/android/password_ui_view_android.cc

Issue 1846623002: Remove password-manager-reauthentication flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Just rebased Created 4 years, 9 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/android/password_ui_view_android.cc
diff --git a/chrome/browser/android/password_ui_view_android.cc b/chrome/browser/android/password_ui_view_android.cc
index 84dec75763a7dd3043347ad55bb197d9c1c7a800..27d6f7f06fede6abdee82b0b1d17f589d855eef4 100644
--- a/chrome/browser/android/password_ui_view_android.cc
+++ b/chrome/browser/android/password_ui_view_android.cc
@@ -45,9 +45,7 @@ void PasswordUIViewAndroid::ShowPassword(
}
void PasswordUIViewAndroid::SetPasswordList(
- const std::vector<scoped_ptr<autofill::PasswordForm>>& password_list,
- bool show_passwords) {
- // Android just ignores the |show_passwords| argument.
+ const std::vector<scoped_ptr<autofill::PasswordForm>>& password_list) {
JNIEnv* env = base::android::AttachCurrentThread();
ScopedJavaLocalRef<jobject> ui_controller = weak_java_ui_controller_.get(env);
if (!ui_controller.is_null()) {

Powered by Google App Engine
This is Rietveld 408576698