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

Unified Diff: components/password_manager/core/browser/password_manager_client.h

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
Index: components/password_manager/core/browser/password_manager_client.h
diff --git a/components/password_manager/core/browser/password_manager_client.h b/components/password_manager/core/browser/password_manager_client.h
index e6aa8317e0a6da3837cede76510ebe2151b9c3f8..b13ff48bcba0d0595082d511ea7d2daf975b210b 100644
--- a/components/password_manager/core/browser/password_manager_client.h
+++ b/components/password_manager/core/browser/password_manager_client.h
@@ -35,8 +35,8 @@ class PasswordManagerClient {
virtual bool IsPasswordManagerEnabledForCurrentPage() const;
// Returns true if |username| and |origin| correspond to the account which is
- // syncing passwords.
- virtual bool IsPasswordSyncAccountCredential(
+ // syncing.
+ virtual bool IsSyncAccountCredential(
const std::string& username, const std::string& origin) const = 0;
// Informs the embedder of a password form that can be saved if the user

Powered by Google App Engine
This is Rietveld 408576698