| 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..3c4bcf7ea2a07cb21adb85e842adcbdfe1ffd714 100644
|
| --- a/components/toolbar/toolbar_model_impl.h
|
| +++ b/components/toolbar/toolbar_model_impl.h
|
| @@ -30,7 +30,7 @@ class ToolbarModelImpl : public ToolbarModel {
|
| // ToolbarModel:
|
| base::string16 GetFormattedURL(size_t* prefix_end) const override;
|
| GURL GetURL() const override;
|
| - security_state::SecurityStateModel::SecurityLevel GetSecurityLevel(
|
| + security_state::SecurityLevel GetSecurityLevel(
|
| bool ignore_editing) const override;
|
| gfx::VectorIconId GetVectorIcon() const override;
|
| base::string16 GetSecureVerboseText() const override;
|
|
|