| Index: components/toolbar/toolbar_model_impl.h
|
| diff --git a/components/toolbar/toolbar_model_impl.h b/components/toolbar/toolbar_model_impl.h
|
| index 4b823f6324bfc1f009173fe7fac866d22c08d897..39ade9f3a7e2deb1ff3a3985171b9901716b7983 100644
|
| --- a/components/toolbar/toolbar_model_impl.h
|
| +++ b/components/toolbar/toolbar_model_impl.h
|
| @@ -41,7 +41,9 @@ class ToolbarModelImpl : public ToolbarModel {
|
| int GetIcon() const override;
|
| gfx::VectorIconId GetVectorIcon() const override;
|
| base::string16 GetEVCertName() const override;
|
| + base::string16 GetSecureVerboseText() const override;
|
| bool ShouldDisplayURL() const override;
|
| + scoped_refptr<net::X509Certificate> GetCertificate() const override;
|
|
|
| // Returns search terms as in search::GetSearchTerms() if such terms should
|
| // appear in the omnibox (i.e. the page is sufficiently secure, search term
|
|
|