Home
last modified time | relevance | path

Searched refs:google_hostname (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/components/google/core/browser/
Dgoogle_util.cc112 const std::string google_hostname = google_homepage_url.host(); in GetGoogleCountryCode() local
113 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()