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

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

Issue 2905343002: Show interstitial on a password on focus ping with PHISHING verdict. (Closed)
Patch Set: nit Created 3 years, 7 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 381c63521803f23ca72d04564ccf7515d371a43a..de65bda211153e7aa18f5efeefc3c28221bd025a 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
@@ -89,6 +89,8 @@ class MockPasswordProtectionService
void(WebContents*, const GURL&, const GURL&, const GURL&));
MOCK_METHOD3(MaybeStartProtectedPasswordEntryRequest,
void(WebContents*, const GURL&, const std::string&));
+ MOCK_METHOD3(ShowPhishingInterstitial,
+ void(const GURL&, const std::string&, content::WebContents*));
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