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

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

Issue 2953943003: base::OffsetAdjuster: Refactor offset limiting logic into the base::OffsetAdjuster (Closed)
Patch Set: fix Created 3 years, 6 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/autocomplete_match.h
diff --git a/components/omnibox/browser/autocomplete_match.h b/components/omnibox/browser/autocomplete_match.h
index b8659cd7bb04919e3838ed14eb2a891222374afe..2e409a79deebdd3b290db163e47184491acdd0f5 100644
--- a/components/omnibox/browser/autocomplete_match.h
+++ b/components/omnibox/browser/autocomplete_match.h
@@ -217,10 +217,6 @@ struct AutocompleteMatch {
const GURL& url,
bool trim_scheme,
size_t* offset_for_adjustment);
- static base::string16 FormatUrlForSuggestionDisplayWithOffsets(
- const GURL& url,
- bool trim_scheme,
- std::vector<size_t>* offsets_for_adjustment);
static base::string16 FormatUrlForSuggestionDisplayWithAdjustments(
const GURL& url,
bool trim_scheme,

Powered by Google App Engine
This is Rietveld 408576698