Home | History | Annotate | Download | only in net

Lines Matching refs:is_https

683     bool is_https = request->url().SchemeIs("https");
687 (is_http || is_https)) { // Only record for HTTP or HTTPS urls.