| 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);
|
|
|