Chromium Code Reviews| Index: components/toolbar/toolbar_model_delegate.h |
| diff --git a/components/toolbar/toolbar_model_delegate.h b/components/toolbar/toolbar_model_delegate.h |
| index 4bec77c372b319fe64c74519fa290975161b4d8e..32b351bebae99d25f69a0a94096eea93f885faca 100644 |
| --- a/components/toolbar/toolbar_model_delegate.h |
| +++ b/components/toolbar/toolbar_model_delegate.h |
| @@ -43,6 +43,9 @@ class ToolbarModelDelegate { |
| // Returns the certificate for the current navigation entry. |
| virtual scoped_refptr<net::X509Certificate> GetCertificate() const = 0; |
| + // Returns true if the current page fails the malware check. |
| + virtual bool GetFailsMalwareCheck() const = 0; |
|
Peter Kasting
2016/09/13 05:55:59
Nit: Just call this FailsMalwareCheck().
spqchan
2016/09/13 21:23:41
Done.
|
| + |
| protected: |
| virtual ~ToolbarModelDelegate() {} |
| }; |