Index: chrome/browser/autocomplete/history_provider.cc |
diff --git a/chrome/browser/autocomplete/history_provider.cc b/chrome/browser/autocomplete/history_provider.cc |
index d4df1d94fda45aaab1f28e95a383787580154026..475c804ab204796c747e00b03a6526e60700b988 100644 |
--- a/chrome/browser/autocomplete/history_provider.cc |
+++ b/chrome/browser/autocomplete/history_provider.cc |
@@ -134,12 +134,6 @@ bool HistoryProvider::FixupUserInput(AutocompleteInput* input) { |
url_parse::Parsed parts; |
URLFixerUpper::SegmentURL(output, &parts); |
- // TODO: This function does not take into account the cursor position while |
- // running various normalizations, including a call to FixupURL(). In order |
- // to make it work properly, we need to ensure that all logic above is |
- // cursor-aware and offsets the input cursor accordingly. |
- // For now we simply pretend that the cursor was not set at all. |
- // See http://crbug/163932 for more details. |
input->UpdateText(output, string16::npos, parts); |
return !output.empty(); |
} |