Bug 1536816 - Remove the TODO comment in UrlbarInput::handleCommand. r=adw

Differential Revision: https://phabricator.services.mozilla.com/D33694

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Omkar Konaraddi 2019-06-04 20:54:18 +00:00
Родитель edc64f91af
Коммит 99ef8907db
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -316,9 +316,6 @@ class UrlbarInput {
/**
* Handles an event which would cause a url or text to be opened.
* TODO Bug 1536816 the name is currently handleCommand which is compatible with
* urlbarBindings. However, it is no longer called automatically by autocomplete,
* See _on_keydown.
*
* @param {Event} event The event triggering the open.
* @param {string} [openWhere] Where we expect the result to be opened.