Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(548)

Unified Diff: components/toolbar/toolbar_model_delegate.h

Issue 1841653003: Drop |languages| from {Format,Elide}Url* and IDNToUnicode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo in elide_url.cc Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(
« no previous file with comments | « components/sync_bookmarks/bookmark_data_type_controller_unittest.cc ('k') | components/toolbar/toolbar_model_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698