| Index: third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js b/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
|
| index 3ea499a9be83612b575d653cd97aeafcbe373a52..cda64f51a1efd7f3194136c5b3c7f4219811b928 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/security/SecurityPanel.js
|
| @@ -296,6 +296,10 @@ WebInspector.SecurityPanel.prototype = {
|
|
|
| _onInterstitialShown: function()
|
| {
|
| + // The panel might have been displaying the origin view on the
|
| + // previously loaded page. When showing an interstitial, switch
|
| + // back to the Overview view.
|
| + this.selectAndSwitchToMainView();
|
| this._sidebarTree.toggleOriginsList(true /* hidden */);
|
| },
|
|
|
|
|