Searched refs:check_for_https_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Daccount_screen.h44 static void set_check_for_https(bool check) { check_for_https_ = check; }
64 static bool check_for_https_; member in class:chromeos::AccountScreen
H A Daccount_screen.cc86 bool AccountScreen::check_for_https_ = true; member in class:chromeos::AccountScreen
119 } else if (check_for_https_ && !source->GetURL().SchemeIsSecure()) {

Completed in 33 milliseconds