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

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

Issue 2949243004: Distinguish G Suite accounts from regular gmail/googlemail accounts (Closed)
Patch Set: nits 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/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;

Powered by Google App Engine
This is Rietveld 408576698