Skip to content

Commit dc0b200

Browse files
committed
Update TODOs for omnibox inputchange handling
1 parent 3135ef7 commit dc0b200

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extension/background/omnibox.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ chrome.omnibox.onInputEntered.addListener(
7171

7272
// Suggest specific questions as text is being typed.
7373
chrome.omnibox.onInputChanged.addListener(
74-
function(query, suggestFn) {
74+
function(query, suggest) {
75+
// TODO: Provide user the option to choose which of the following two options will be used to provide suggestions.
7576
// TODO: Use StackOverflow api to get list of questions and sort them based on relevance.
77+
// TODO: Use filters provided by user to show suggestions
7678
}
7779
)

0 commit comments

Comments
 (0)