Searched refs:google_hostname (Results 1 – 1 of 1) sorted by relevance
112 const std::string google_hostname = google_homepage_url.host(); in GetGoogleCountryCode() local113 const size_t last_dot = google_hostname.find_last_of('.'); in GetGoogleCountryCode()117 std::string country_code = google_hostname.substr(last_dot + 1); in GetGoogleCountryCode()