Bug 1653026 - Added HTTPS-Only Mode upgrade info to browser UI state. r=mattwoodrow,necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D86566
This commit is contained in:
@@ -177,10 +177,9 @@ void CanonicalBrowsingContext::ReplacedBy(
|
||||
mActiveEntry.swap(aNewContext->mActiveEntry);
|
||||
}
|
||||
|
||||
void CanonicalBrowsingContext::
|
||||
UpdateSecurityStateForLocationOrMixedContentChange() {
|
||||
void CanonicalBrowsingContext::UpdateSecurityState() {
|
||||
if (mSecureBrowserUI) {
|
||||
mSecureBrowserUI->UpdateForLocationOrMixedContentChange();
|
||||
mSecureBrowserUI->RecomputeSecurityFlags();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user