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

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

Issue 385963003: [Password Manager] Don't prompt to save credentials used to sync passwords (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.h
diff --git a/components/password_manager/core/browser/password_manager.h b/components/password_manager/core/browser/password_manager.h
index 320a34103f0cb3a5585aefd3de6e6ae37eae45b3..05a1ee47f3526ebc9bd06ba651127025ca3991d2 100644
--- a/components/password_manager/core/browser/password_manager.h
+++ b/components/password_manager/core/browser/password_manager.h
@@ -113,6 +113,7 @@ class PasswordManager : public LoginModel {
FORM_BLACKLISTED,
INVALID_FORM,
AUTOCOMPLETE_OFF,
+ SYNC_CREDENTIAL,
MAX_FAILURE_VALUE
};

Powered by Google App Engine
This is Rietveld 408576698