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

Unified Diff: chrome/browser/ui/views/passwords/manage_credential_item_view.cc

Issue 1162583003: Credential Management: Rename 'LocalCredential' to 'PasswordCredential' (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@drop
Patch Set: Fix. Created 5 years, 7 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/views/passwords/manage_credential_item_view.cc
diff --git a/chrome/browser/ui/views/passwords/manage_credential_item_view.cc b/chrome/browser/ui/views/passwords/manage_credential_item_view.cc
index 11ffca4f4a1a74fb989c635d21117a558b71dd5d..94adc6b2370042ca5fbf934a29144504907a4d9b 100644
--- a/chrome/browser/ui/views/passwords/manage_credential_item_view.cc
+++ b/chrome/browser/ui/views/passwords/manage_credential_item_view.cc
@@ -58,7 +58,7 @@ ManageCredentialItemView::ManageCredentialItemView(
net::URLRequestContextGetter* request_context =
model_->GetProfile()->GetRequestContext();
credential_button_.reset(new CredentialsItemView(
- this, form_, password_manager::CredentialType::CREDENTIAL_TYPE_LOCAL,
+ this, form_, password_manager::CredentialType::CREDENTIAL_TYPE_PASSWORD,
CredentialsItemView::ACCOUNT_CHOOSER, request_context));
credential_button_->set_owned_by_client();
credential_button_->SetEnabled(false);

Powered by Google App Engine
This is Rietveld 408576698