commit | 20a2a7b9594340a876f44925c6649367f3d9ed19 | [log] [tgz] |
---|---|---|
author | Joe DeBlasio <[email protected]> | Tue Apr 30 02:33:54 2019 |
committer | Commit Bot <[email protected]> | Tue Apr 30 02:33:54 2019 |
tree | d5e20e5efac442c605c39ed4dcec84988729d599 | |
parent | 358245402018620fedf0e0c824e3a9664c25f5aa [diff] [blame] |
Add flag for HTTP Auth committed interstitials. This CL adds a flag and feature for enabling HTTP auth via committed interstitials. Nothing uses it yet. Change-Id: Ia7d2e3b0c66b22cfd5fa56c6ec65f2289a2665d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1589013 Commit-Queue: Joe DeBlasio <[email protected]> Auto-Submit: Joe DeBlasio <[email protected]> Reviewed-by: Emily Stark <[email protected]> Cr-Commit-Position: refs/heads/master@{#655106}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index e9cd8d9..8d08faa 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -1112,6 +1112,12 @@ const char kHostedAppShimCreationDescription[] = "Create app shims on Mac when creating a hosted app."; +const char kHTTPAuthCommittedInterstitialsName[] = + "Enable Committed Interstitials for HTTP Auth"; +const char kHTTPAuthCommittedInterstitialsDescription[] = + "Use committed error pages instead of transient navigation entries " + "for HTTP auth interstitial pages."; + const char kIconNtpName[] = "Large icons on the New Tab page"; const char kIconNtpDescription[] = "Enable the experimental New Tab page using large icons.";