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

Unified Diff: components/password_manager/core/browser/mock_password_store.h

Issue 2777283004: Do not build Password Reuse on Android and iOS (Closed)
Patch Set: Introduced gn var Created 3 years, 9 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: components/password_manager/core/browser/mock_password_store.h
diff --git a/components/password_manager/core/browser/mock_password_store.h b/components/password_manager/core/browser/mock_password_store.h
index 7d05812bf30d20e9879d03914230768c4d8336e5..56d0ac0078ae8b37226a0ca09f23c1afd7a7ecc2 100644
--- a/components/password_manager/core/browser/mock_password_store.h
+++ b/components/password_manager/core/browser/mock_password_store.h
@@ -64,10 +64,12 @@ class MockPasswordStore : public PasswordStore {
std::vector<InteractionsStats>(const GURL& origin_domain));
MOCK_METHOD1(AddSiteStatsImpl, void(const InteractionsStats&));
MOCK_METHOD1(RemoveSiteStatsImpl, void(const GURL&));
+#if defined(PASSWORD_REUSE_DETECTION_SUPPORT)
MOCK_METHOD3(CheckReuse,
void(const base::string16&,
const std::string&,
PasswordReuseDetectorConsumer*));
+#endif
PasswordStoreSync* GetSyncInterface() { return this; }

Powered by Google App Engine
This is Rietveld 408576698