Searched refs:check_for_https_ (Results 1 – 2 of 2) sorted by relevance
44 static void set_check_for_https(bool check) { check_for_https_ = check; } in set_check_for_https()64 static bool check_for_https_; variable
86 bool AccountScreen::check_for_https_ = true; member in chromeos::AccountScreen119 } else if (check_for_https_ && !source->GetURL().SchemeIsSecure()) { in LoadingStateChanged()