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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client_unittest.cc

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
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/chrome_password_protection_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
diff --git a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
index 23fc12c557d6950c897d4b9a7c14b5900e46f377..0c5d528993f19bdcf6b1afd44e748c47b28e296b 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
@@ -91,6 +91,8 @@ class MockPasswordProtectionService
void(WebContents*, const GURL&, const std::string&, bool));
MOCK_METHOD3(ShowPhishingInterstitial,
void(const GURL&, const std::string&, content::WebContents*));
+ MOCK_METHOD0(GetSyncAccountType,
+ safe_browsing::PasswordProtectionService::SyncAccountType());
private:
DISALLOW_COPY_AND_ASSIGN(MockPasswordProtectionService);
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/chrome_password_protection_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698