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

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

Issue 1136403002: [Password Manager] Improve signature of PasswordManagerClient::IsPasswordSyncEnabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SYNCING_NORMAL_ENCRYPTION Created 5 years, 7 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/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/password_manager_client.cc
diff --git a/components/password_manager/core/browser/password_manager_client.cc b/components/password_manager/core/browser/password_manager_client.cc
index a3de64e61b00f45590f09545a6d4e14d7fdd614c..496a7e00a08aea41ac9ac9202a90624e4c763202 100644
--- a/components/password_manager/core/browser/password_manager_client.cc
+++ b/components/password_manager/core/browser/password_manager_client.cc
@@ -29,9 +29,8 @@ void PasswordManagerClient::PasswordAutofillWasBlocked(
const autofill::PasswordFormMap& best_matches) const {
}
-bool PasswordManagerClient::IsPasswordSyncEnabled(
- CustomPassphraseState state) const {
- return false;
+PasswordSyncState PasswordManagerClient::GetPasswordSyncState() const {
+ return NOT_SYNCING_PASSWORDS;
}
void PasswordManagerClient::OnLogRouterAvailabilityChanged(
« no previous file with comments | « components/password_manager/core/browser/password_manager_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698