Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / password_manager / core / browser / psl_matching_helper.h
index b1e0441..7213e06 100644 (file)
@@ -49,7 +49,8 @@ class PSLMatchingHelper {
       const std::string& registry_controlled_domain) const;
 
   // Two URLs are considered a Public Suffix Domain match if they have the same
-  // scheme, ports, and their registry controlled domains are equal.
+  // scheme, ports, and their registry controlled domains are equal. If one or
+  // both arguments do not describe valid URLs, returns false.
   static bool IsPublicSuffixDomainMatch(const std::string& url1,
                                         const std::string& url2);