diff options
author | mpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-08 02:02:20 +0000 |
---|---|---|
committer | mpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-08 02:02:20 +0000 |
commit | 87603dca826088015c0d121b9c1610f5efd59791 (patch) | |
tree | d052669e19e1160a28b88faf518d1d48d5a58aa4 | |
parent | b78694d9faff760f4882b80cf95576fdc37cbf25 (diff) | |
download | chromium_src-87603dca826088015c0d121b9c1610f5efd59791.zip chromium_src-87603dca826088015c0d121b9c1610f5efd59791.tar.gz chromium_src-87603dca826088015c0d121b9c1610f5efd59791.tar.bz2 |
Omnibox: revise comment pointing to wrong bug
This comment points to a bug that only applies to HistoryQuick. It's not
appropriate to link to here.
BUG=
Review URL: https://chromiumcodereview.appspot.com/11734029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175465 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/autocomplete/history_provider.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/autocomplete/history_provider.cc b/chrome/browser/autocomplete/history_provider.cc index d4df1d9..475c804 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(); } |