| Index: google_apis/gaia/gaia_auth_util.cc
|
| diff --git a/google_apis/gaia/gaia_auth_util.cc b/google_apis/gaia/gaia_auth_util.cc
|
| index c3cc764e8a988538b94fd3ac759b332aac91ad9c..d643fc33884d8d4e1dd7d53c79b43ae8baf97508 100644
|
| --- a/google_apis/gaia/gaia_auth_util.cc
|
| +++ b/google_apis/gaia/gaia_auth_util.cc
|
| @@ -86,7 +86,7 @@ std::string ExtractDomainName(const std::string& email_address) {
|
| }
|
|
|
| bool IsGaiaSignonRealm(const GURL& url) {
|
| - if (!url.SchemeIsSecure())
|
| + if (!url.SchemeIsCryptographic())
|
| return false;
|
|
|
| return url == GaiaUrls::GetInstance()->gaia_url();
|
|
|