Chromium Code Reviews| 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 d5a1e6a4c3567039bd6a50294e84059f92793b2e..23857f2e97c3dc0f201abfec244f8b7db422375a 100644 |
| --- a/components/security_interstitials/core/safe_browsing_loud_error_ui.h |
| +++ b/components/security_interstitials/core/safe_browsing_loud_error_ui.h |
| @@ -48,6 +48,8 @@ class SafeBrowsingLoudErrorUI |
| void PopulateHarmfulLoadTimeData(base::DictionaryValue* load_time_data); |
| void PopulatePhishingLoadTimeData(base::DictionaryValue* load_time_data); |
| + GURL learn_more_test_url_; |
|
meacer
2017/06/23 20:28:32
It seems like this variable isn't used (you have l
sperigo
2017/06/23 21:32:12
Oops!
sperigo
2017/06/23 21:32:12
Done.
|
| + |
| DISALLOW_COPY_AND_ASSIGN(SafeBrowsingLoudErrorUI); |
| }; |