Index: components/password_manager/core/browser/password_generation_manager.cc |
diff --git a/components/password_manager/core/browser/password_generation_manager.cc b/components/password_manager/core/browser/password_generation_manager.cc |
index 75499c8503c8ee95f24c2c6ec0fc267fac819c9d..f422bdd6e31d11fc1fa014cd83edd65ec28f3d52 100644 |
--- a/components/password_manager/core/browser/password_generation_manager.cc |
+++ b/components/password_manager/core/browser/password_generation_manager.cc |
@@ -49,7 +49,7 @@ bool PasswordGenerationManager::IsGenerationEnabled() const { |
return false; |
} |
- if (!client_->IsPasswordSyncEnabled()) { |
+ if (!client_->IsPasswordSyncEnabled(EXCLUDE_CUSTOM_PASSPHRASE_USERS)) { |
DVLOG(2) << "Generation disabled because passwords are not being synced"; |
jww
2014/10/13 18:25:34
Shouldn't this log message actually be "Generation
Garrett Casto
2014/10/13 20:57:56
Done.
|
return false; |
} |