| Index: components/security_interstitials/core/base_safe_browsing_error_ui.h
|
| diff --git a/components/security_interstitials/core/base_safe_browsing_error_ui.h b/components/security_interstitials/core/base_safe_browsing_error_ui.h
|
| index 364b4f6f8d8e7468e5cc2cd50fe8031febf416ae..6de0e41a219d001afeaf23ac55fe1aebced820ec 100644
|
| --- a/components/security_interstitials/core/base_safe_browsing_error_ui.h
|
| +++ b/components/security_interstitials/core/base_safe_browsing_error_ui.h
|
| @@ -130,6 +130,8 @@ class BaseSafeBrowsingErrorUI {
|
| base::DictionaryValue* load_time_data) = 0;
|
| virtual void HandleCommand(SecurityInterstitialCommands command) = 0;
|
|
|
| + virtual int GetHTMLTemplateId() const = 0;
|
| +
|
| private:
|
| const GURL request_url_;
|
| const GURL main_frame_url_;
|
|
|