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

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

Issue 2822403002: Address minor comments on https://codereview.chromium.org/2816033002 (Closed)
Patch Set: Created 3 years, 8 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/psl_matching_helper.h
diff --git a/components/password_manager/core/browser/psl_matching_helper.h b/components/password_manager/core/browser/psl_matching_helper.h
index 7bfea29daa9ed4515f88adcb8dd1d9b3a1a8cf25..ed10f3074dde0197fe99b93e7d34650b0173d037 100644
--- a/components/password_manager/core/browser/psl_matching_helper.h
+++ b/components/password_manager/core/browser/psl_matching_helper.h
@@ -36,6 +36,8 @@ enum class MatchResult {
#if defined(UNIT_TEST)
std::ostream& operator<<(std::ostream& out, MatchResult result);
+// These functions are used in production internally but exposed for testing.
+
// Returns true iff |form_signon_realm| designates a federated credential for
// |origin|. It doesn't check the port because |form_signon_realm| doesn't have
// it.

Powered by Google App Engine
This is Rietveld 408576698