| Index: chrome/browser/safe_browsing/chrome_password_protection_service.h
|
| diff --git a/chrome/browser/safe_browsing/chrome_password_protection_service.h b/chrome/browser/safe_browsing/chrome_password_protection_service.h
|
| index adfd93e196e8c0dc5d2a7b9c9b29453807d2c752..6596b24f22fe58480da8170a7dbc4d2d0ee3ed2c 100644
|
| --- a/chrome/browser/safe_browsing/chrome_password_protection_service.h
|
| +++ b/chrome/browser/safe_browsing/chrome_password_protection_service.h
|
| @@ -54,6 +54,8 @@ class ChromePasswordProtectionService : public PasswordProtectionService {
|
| const std::string& token,
|
| content::WebContents* web_contents) override;
|
|
|
| + PasswordProtectionService::SyncAccountType GetSyncAccountType() override;
|
| +
|
| FRIEND_TEST_ALL_PREFIXES(
|
| ChromePasswordProtectionServiceTest,
|
| VerifyFinchControlForLowReputationPingSBEROnlyNoIncognito);
|
| @@ -65,6 +67,8 @@ class ChromePasswordProtectionService : public PasswordProtectionService {
|
| FRIEND_TEST_ALL_PREFIXES(
|
| ChromePasswordProtectionServiceTest,
|
| VerifyFinchControlForLowReputationPingAllButNoIncognito);
|
| + FRIEND_TEST_ALL_PREFIXES(ChromePasswordProtectionServiceTest,
|
| + VerifyGetSyncAccountType);
|
|
|
| private:
|
| friend class MockChromePasswordProtectionService;
|
|
|