| 184 | } |
| 185 | |
| 186 | string GetDeleteCookie() { |
| 187 | return Substitute("$0=;HttpOnly;Max-Age=0", COOKIE_NAME); |
| 188 | } |
| 189 | |
| 190 | bool IsTrustedDomain(const std::string& origin, const std::string& trusted_domain, |
| 191 | bool strict_localhost) { |
no test coverage detected