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

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

Issue 2856033002: Add finch control of user population in low reputation requests (Closed)
Patch Set: rebase 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 3894f76d6183799d66f7bb380b10102c16ee547f..a1216c847230960cddb021b41095b0b8df8c66e2 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
@@ -83,7 +83,8 @@ class MockPasswordProtectionService
safe_browsing::LoginReputationClientRequest::Frame*));
MOCK_METHOD0(IsExtendedReporting, bool());
MOCK_METHOD0(IsIncognito, bool());
- MOCK_METHOD0(IsPingingEnabled, bool());
+ MOCK_METHOD1(IsPingingEnabled, bool(const base::Feature&));
+ MOCK_METHOD0(IsHistorySyncEnabled, bool());
MOCK_METHOD3(MaybeStartLowReputationRequest,
void(const GURL&, const GURL&, const GURL&));
« 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