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

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

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.h
diff --git a/chrome/browser/safe_browsing/services_delegate_stub.h b/chrome/browser/safe_browsing/services_delegate_stub.h
index 9dbe3531ae5d71a55e6e1e2d1517fdfa33fd2a11..2fbbec0380d7e66e42d19bdc024c991923a93b90 100644
--- a/chrome/browser/safe_browsing/services_delegate_stub.h
+++ b/chrome/browser/safe_browsing/services_delegate_stub.h
@@ -38,6 +38,10 @@ class ServicesDelegateStub : public ServicesDelegate {
net::URLRequestContextGetter* url_request_context_getter,
const V4ProtocolConfig& v4_config) override;
void StopOnIOThread(bool shutdown) override;
+ void CreatePasswordProtectionService(Profile* profile) override;
+ void RemovePasswordProtectionService(Profile* profile) override;
+ PasswordProtectionService* GetPasswordProtectionService(
+ Profile* profile) const override;
scoped_refptr<SafeBrowsingDatabaseManager> v4_local_database_manager_;
« no previous file with comments | « chrome/browser/safe_browsing/services_delegate_impl.cc ('k') | chrome/browser/safe_browsing/services_delegate_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698