| Index: components/toolbar/toolbar_model_impl.h
|
| diff --git a/components/toolbar/toolbar_model_impl.h b/components/toolbar/toolbar_model_impl.h
|
| index cb6b4bac9b1a02eee4c42ac795cac169b6386e4a..c60177ef3a4e430ee775eb0d454aa297782ff39e 100644
|
| --- a/components/toolbar/toolbar_model_impl.h
|
| +++ b/components/toolbar/toolbar_model_impl.h
|
| @@ -32,6 +32,7 @@
|
| GURL GetURL() const override;
|
| security_state::SecurityStateModel::SecurityLevel GetSecurityLevel(
|
| bool ignore_editing) const override;
|
| + int GetIcon() const override;
|
| gfx::VectorIconId GetVectorIcon() const override;
|
| base::string16 GetSecureVerboseText() const override;
|
| base::string16 GetEVCertName() const override;
|
|
|