| Index: components/toolbar/toolbar_model_delegate.h
|
| diff --git a/components/toolbar/toolbar_model_delegate.h b/components/toolbar/toolbar_model_delegate.h
|
| index 5e1a241fac5dfdd7f586c2835cff25579f4f3388..33f95c883d0e3e633d36dd6787e4b9d4e6be8c50 100644
|
| --- a/components/toolbar/toolbar_model_delegate.h
|
| +++ b/components/toolbar/toolbar_model_delegate.h
|
| @@ -22,10 +22,6 @@ class ToolbarModelDelegate {
|
| public:
|
| using SecurityLevel = security_state::SecurityStateModel::SecurityLevel;
|
|
|
| - // Returns the value to use for the Accept-Languages HTTP header when making
|
| - // an HTTP request.
|
| - virtual std::string GetAcceptLanguages() const = 0;
|
| -
|
| // Formats |url| using AutocompleteInput::FormattedStringWithEquivalentMeaning
|
| // providing an appropriate AutocompleteSchemeClassifier for the embedder.
|
| virtual base::string16 FormattedStringWithEquivalentMeaning(
|
|
|