commit | 0f602fe67ab231c155dfa35200874b74f88d8510 | [log] [tgz] |
---|---|---|
author | Qiang Xu <[email protected]> | Fri Dec 22 01:31:20 2017 |
committer | Commit Bot <[email protected]> | Fri Dec 22 02:54:40 2017 |
tree | 672378e1fcd006dc81b1d9a10f2cea43b59c1485 | |
parent | e5656cd5dcfe259cea83461d64cde2728a43b421 [diff] [blame] |
Disable captive portal URL randomization by default Captive portal URL randomization causes problems in some environments so disable it by default. Bug: 776409 Change-Id: I0040091708096f51a5877e94bc036ebfadbbcca5 Reviewed-on: https://chromium-review.googlesource.com/841426 Commit-Queue: Qiang(Joe) Xu <[email protected]> Reviewed-by: Albert Bodenhamer <[email protected]> Reviewed-by: Qiang(Joe) Xu <[email protected]> Cr-Commit-Position: refs/heads/master@{#525914}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index eb9172ed..713bb3e 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -219,6 +219,9 @@ extern const char kEnableBrotliName[]; extern const char kEnableBrotliDescription[]; +extern const char kEnableCaptivePortalRandomUrl[]; +extern const char kEnableCaptivePortalRandomUrlDescription[]; + extern const char kEnableClientLoFiName[]; extern const char kEnableClientLoFiDescription[];