That’s the way we do things, lad. We’re making shit up as we wish
A Google Doodle for 46 years of Star Trek
playable
A Google Doodle for 46 years of Star Trek
playable
LOL
bool FirstRun::SearchEngineSelectorDisallowed() {
// For now, the only case in which the search engine dialog should never be
// shown is if the locale is Russia.
std::string locale = g_browser_process->GetApplicationLocale();
return (locale == "ru");
}
In Soviet Russia, web browser sets search engine for YOU!