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

Unified Diff: chrome/browser/ui/passwords/password_manager_presenter.cc

Issue 383083009: [Password Manager] Fix crash in reporting sync stats. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/passwords/password_manager_presenter.cc
diff --git a/chrome/browser/ui/passwords/password_manager_presenter.cc b/chrome/browser/ui/passwords/password_manager_presenter.cc
index 9b78a51d2744263172f36e16b4d4246d80afe11d..52d2eb80ef518a453732bff1da87088fde0da24f 100644
--- a/chrome/browser/ui/passwords/password_manager_presenter.cc
+++ b/chrome/browser/ui/passwords/password_manager_presenter.cc
@@ -129,7 +129,7 @@ void PasswordManagerPresenter::RequestShowPassword(size_t index) {
return;
}
- if (password_manager_sync_metrics::IsPasswordSyncAccountCredential(
+ if (password_manager_sync_metrics::IsSyncAccountCredential(
password_view_->GetProfile(),
base::UTF16ToUTF8(password_list_[index]->username_value),
password_list_[index]->signon_realm)) {

Powered by Google App Engine
This is Rietveld 408576698