| Index: chrome/browser/chromeos/login/captive_portal_view.cc
|
| diff --git a/chrome/browser/chromeos/login/captive_portal_view.cc b/chrome/browser/chromeos/login/captive_portal_view.cc
|
| index 08d575987583563cbb19e6ee620c088dc0a2f7e3..82fe10025824ad2b977b1612c2c619afafdaf94e 100644
|
| --- a/chrome/browser/chromeos/login/captive_portal_view.cc
|
| +++ b/chrome/browser/chromeos/login/captive_portal_view.cc
|
| @@ -81,7 +81,7 @@ void CaptivePortalView::LoadingStateChanged(content::WebContents* source) {
|
| SimpleWebViewDialog::LoadingStateChanged(source);
|
| // TODO(nkostylev): Fix case of no connectivity, check HTTP code returned.
|
| // Disable this heuristic as it has false positives.
|
| - // Relying on just flimflam portal check to close dialog is fine.
|
| + // Relying on just shill portal check to close dialog is fine.
|
| // if (!is_loading && !redirected_)
|
| // proxy_->OnOriginalURLLoaded();
|
| }
|
|
|