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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_service.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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/safe_browsing/safe_browsing_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/safe_browsing_service.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h
index 262facf3e31836914f385247a98193dda68bb56c..93957b402215304adb3d8bbd601b8638c36f1a77 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.h
+++ b/chrome/browser/safe_browsing/safe_browsing_service.h
@@ -54,7 +54,6 @@ namespace safe_browsing {
class ClientSideDetectionService;
class DownloadProtectionService;
class PasswordProtectionService;
-class ChromePasswordProtectionService;
struct ResourceRequestInfo;
struct SafeBrowsingProtocolConfig;
class SafeBrowsingDatabaseManager;
@@ -282,10 +281,6 @@ class SafeBrowsingService : public base::RefCountedThreadSafe<
// Process the observed resource requests on the UI thread.
void ProcessResourceRequest(const ResourceRequestInfo& request);
- void CreatePasswordProtectionService(Profile* profile);
-
- void RemovePasswordProtectionService(Profile* profile);
-
void CreateTriggerManager();
// The factory used to instantiate a SafeBrowsingService object.
@@ -357,12 +352,6 @@ class SafeBrowsingService : public base::RefCountedThreadSafe<
scoped_refptr<SafeBrowsingNavigationObserverManager>
navigation_observer_manager_;
- // Tracks existing Profiles, and their corresponding
- // ChromePasswordProtectionService instances.
- // Accessed on UI thread.
- std::map<Profile*, std::unique_ptr<ChromePasswordProtectionService>>
- password_protection_service_map_;
-
std::unique_ptr<TriggerManager> trigger_manager_;
DISALLOW_COPY_AND_ASSIGN(SafeBrowsingService);
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/safe_browsing/safe_browsing_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698