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

Unified Diff: components/password_manager/core/browser/stub_password_manager_client.cc

Issue 383083009: [Password Manager] Fix crash in reporting sync stats. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments 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
« no previous file with comments | « components/password_manager/core/browser/stub_password_manager_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/stub_password_manager_client.cc
diff --git a/components/password_manager/core/browser/stub_password_manager_client.cc b/components/password_manager/core/browser/stub_password_manager_client.cc
index 953c1e24f0c50d876ae2f3dcd2d576dd582c740f..08e92893e97eb03ca75a837b6e7791f98d5fb447 100644
--- a/components/password_manager/core/browser/stub_password_manager_client.cc
+++ b/components/password_manager/core/browser/stub_password_manager_client.cc
@@ -10,7 +10,7 @@ StubPasswordManagerClient::StubPasswordManagerClient() {}
StubPasswordManagerClient::~StubPasswordManagerClient() {}
-bool StubPasswordManagerClient::IsPasswordSyncAccountCredential(
+bool StubPasswordManagerClient::IsSyncAccountCredential(
const std::string& username, const std::string& origin) const {
return false;
}
« no previous file with comments | « components/password_manager/core/browser/stub_password_manager_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698