Commit 248f18d7 authored by Kartik Hegde's avatar Kartik Hegde Committed by Commit Bot

cleanup: Clarify CaptivePortal routine problems

Make some of the problem descriptions more succint.

TEST=unit_tests --gtest_filter=CaptivePortalRoutineTest.*
BUG=chromium:956783

Change-Id: Ie3b666e0aa999a4d387ef0ed4634364df18966dd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490176Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Kartik Hegde <khegde@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820354}
parent 8815d0ef
...@@ -127,10 +127,9 @@ Tests whether the internet connection is behind a captive portal. ...@@ -127,10 +127,9 @@ Tests whether the internet connection is behind a captive portal.
Problems: Problems:
* `kNoActiveNetworks`: No active networks found. * `kNoActiveNetworks`: No active networks found.
* `kRestrictedConnectivity`: The active network is detected to be behind a * `kRestrictedConnectivity`: The active network is behind a captive portal and
captive portal and have restricted connectivity. has restricted connectivity.
* `kCaptivePortalState`: The active network is detected to be behind a captive * `kCaptivePortalState`: The active network is behind a captive portal.
portal.
### Firewall Routines ### Firewall Routines
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment