Chromium Code Reviews| Index: net/http/http_auth_controller.cc |
| =================================================================== |
| --- net/http/http_auth_controller.cc (revision 107984) |
| +++ net/http/http_auth_controller.cc (working copy) |
| @@ -465,6 +465,7 @@ |
| embedded_identity_used_ = true; |
| // TODO(eroman): If the password is blank, should we also try combining |
| // with a password from the cache? |
| + UMA_HISTOGRAM_BOOLEAN("net.HTTPIdentSrcURL", true); |
| return true; |
| } |