| 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..1fb8e83514f69b040705abdcc5e7c1d184203379 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 FailsMalwareCheck() const = 0;
|
| +
|
| protected:
|
| virtual ~ToolbarModelDelegate() {}
|
| };
|
|
|