| Index: components/security_interstitials/core/safe_browsing_loud_error_ui.h
|
| diff --git a/components/security_interstitials/core/safe_browsing_loud_error_ui.h b/components/security_interstitials/core/safe_browsing_loud_error_ui.h
|
| index 76efa5a63c13d1f8156cf14118df4a1c453f39fc..d5a1e6a4c3567039bd6a50294e84059f92793b2e 100644
|
| --- a/components/security_interstitials/core/safe_browsing_loud_error_ui.h
|
| +++ b/components/security_interstitials/core/safe_browsing_loud_error_ui.h
|
| @@ -38,6 +38,8 @@ class SafeBrowsingLoudErrorUI
|
| void PopulateStringsForHtml(base::DictionaryValue* load_time_data) override;
|
| void HandleCommand(SecurityInterstitialCommands command) override;
|
|
|
| + int GetHTMLTemplateId() const override;
|
| +
|
| private:
|
| // Fills the passed dictionary with the values to be passed to the template
|
| // when creating the HTML.
|
|
|