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

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

Issue 269513003: Password manager internals page service: wiring it in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding forgotten s/NotifyCanUseLogRouter/OnLogRouterAvailabilityChanged in tests Created 6 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 1ff2f504d67aae29bc1c39a3550cd17f6fb6f99f..ddadd2d4758e60ad307c5766d99a7313c1e011b2 100644
--- a/components/password_manager/core/browser/password_manager_client.cc
+++ b/components/password_manager/core/browser/password_manager_client.cc
@@ -18,7 +18,8 @@ PasswordManagerClient::GetProbabilityForExperiment(
bool PasswordManagerClient::IsPasswordSyncEnabled() { return false; }
-void PasswordManagerClient::SetLogger(PasswordManagerLogger* logger) {
+void PasswordManagerClient::OnLogRouterAvailabilityChanged(
+ bool router_can_be_used) {
}
void PasswordManagerClient::LogSavePasswordProgress(const std::string& text) {
« 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