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

Unified Diff: components/omnibox/browser/history_quick_provider.h

Issue 1841653003: Drop |languages| from {Format,Elide}Url* and IDNToUnicode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, most Android targets locally built successfully Created 4 years, 9 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/omnibox/browser/history_quick_provider.h
diff --git a/components/omnibox/browser/history_quick_provider.h b/components/omnibox/browser/history_quick_provider.h
index 33239f91dd751fb87b0488b566378bebb91c5414..9d34cbfa17c5503cc5676b815757481cfab5c644 100644
--- a/components/omnibox/browser/history_quick_provider.h
+++ b/components/omnibox/browser/history_quick_provider.h
@@ -53,7 +53,6 @@ class HistoryQuickProvider : public HistoryProvider {
int score);
AutocompleteInput autocomplete_input_;
- std::string languages_;
InMemoryURLIndex* in_memory_url_index_; // Not owned by this class.
// This provider is disabled when true.

Powered by Google App Engine
This is Rietveld 408576698