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

Unified Diff: chrome/browser/android/omnibox/autocomplete_controller_android.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: chrome/browser/android/omnibox/autocomplete_controller_android.h
diff --git a/chrome/browser/android/omnibox/autocomplete_controller_android.h b/chrome/browser/android/omnibox/autocomplete_controller_android.h
index f08856bb0b8bbe009bbc8266b585eef24a1b512d..b7c76e9777a061724f55acfd97f7c1d11ec76f9e 100644
--- a/chrome/browser/android/omnibox/autocomplete_controller_android.h
+++ b/chrome/browser/android/omnibox/autocomplete_controller_android.h
@@ -126,11 +126,6 @@ class AutocompleteControllerAndroid : public AutocompleteControllerDelegate,
base::android::ScopedJavaLocalRef<jobject> BuildOmniboxSuggestion(
JNIEnv* env, const AutocompleteMatch& match);
- // Converts destination_url (which is in its canonical form or punycode) to a
- // user-friendly URL by looking up accept languages of the current profile.
- // e.g. http://xn--6q8b.kr/ --> 한.kr
- base::string16 FormatURLUsingAcceptLanguages(GURL url);
-
// A helper method for fetching the top synchronous autocomplete result.
// The |prevent_inline_autocomplete| flag is passed to the AutocompleteInput
// object, see documentation there for its description.

Powered by Google App Engine
This is Rietveld 408576698