| Index: chrome/browser/cocoa/autocomplete_text_field_editor.mm
|
| diff --git a/chrome/browser/cocoa/autocomplete_text_field_editor.mm b/chrome/browser/cocoa/autocomplete_text_field_editor.mm
|
| index 6b184bf8e9038292f5bcfbc155039df8ecea9182..4aa94ff79f03cb6d883ad7755fba471955bfc0ac 100644
|
| --- a/chrome/browser/cocoa/autocomplete_text_field_editor.mm
|
| +++ b/chrome/browser/cocoa/autocomplete_text_field_editor.mm
|
| @@ -262,7 +262,6 @@ class Extension;
|
| }
|
| DCHECK_EQ(range.length, 0U);
|
|
|
| - // TODO(shess): Beep on empty? I hate beeps, though.
|
| // NOTE: If |aString| is empty, this intentionally replaces the
|
| // selection with empty. This seems consistent with the case where
|
| // the input contained a mixture of characters and the string ended
|
|
|