| Index: third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js
 | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js b/third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js
 | 
| index 157f4182ef97b6a26d1dcace1d83091ea73be06a..273c3a6ba05618252e7f204cd7d939b9011c0054 100644
 | 
| --- a/third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js
 | 
| +++ b/third_party/WebKit/Source/devtools/front_end/security/SecurityModel.js
 | 
| @@ -108,4 +108,14 @@ Security.SecurityDispatcher = class {
 | 
|          securityState, schemeIsCryptographic, explanations, insecureContentStatus, summary || null);
 | 
|      this._model.dispatchEventToListeners(Security.SecurityModel.Events.SecurityStateChanged, pageSecurityState);
 | 
|    }
 | 
| +
 | 
| +
 | 
| +  /**
 | 
| +   * @override
 | 
| +   * @param {number} eventId
 | 
| +   * @param {string} errorType
 | 
| +   * @param {string} requestURL
 | 
| +   */
 | 
| +  certificateError(eventId, errorType, requestURL) {
 | 
| +  }
 | 
|  };
 | 
| 
 |