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

Unified Diff: chrome/browser/safe_browsing/services_delegate_stub.cc

Issue 2912383004: Fill is_chrome_signin_password field in the password entry pings. (Closed)
Patch Set: address nparker's comments Created 3 years, 6 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: chrome/browser/safe_browsing/services_delegate_stub.cc
diff --git a/chrome/browser/safe_browsing/services_delegate_stub.cc b/chrome/browser/safe_browsing/services_delegate_stub.cc
index b3f189d161191f42670677bf557a21c0e6a2d7ed..9288ceb89398171bb6c037a935907d4186aec5db 100644
--- a/chrome/browser/safe_browsing/services_delegate_stub.cc
+++ b/chrome/browser/safe_browsing/services_delegate_stub.cc
@@ -71,4 +71,12 @@ void ServicesDelegateStub::StartOnIOThread(
void ServicesDelegateStub::StopOnIOThread(bool shutdown) {}
+void ServicesDelegateStub::CreatePasswordProtectionService(Profile* profile) {}
+void ServicesDelegateStub::RemovePasswordProtectionService(Profile* profile) {}
+PasswordProtectionService* ServicesDelegateStub::GetPasswordProtectionService(
+ Profile* profile) const {
+ NOTIMPLEMENTED();
+ return nullptr;
+}
+
} // namespace safe_browsing
« no previous file with comments | « chrome/browser/safe_browsing/services_delegate_stub.h ('k') | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698