Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
android-components
Commits
f17c7441
Commit
f17c7441
authored
Jun 04, 2021
by
Elise Richards
Committed by
mergify[bot]
Jul 09, 2021
Browse files
Fix addHistoryProvider kdoc in the Awesomebar.
parent
2cfc98d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/feature/awesomebar/src/main/java/mozilla/components/feature/awesomebar/AwesomeBarFeature.kt
View file @
f17c7441
...
...
@@ -16,7 +16,6 @@ import mozilla.components.concept.awesomebar.AwesomeBar
import
mozilla.components.concept.engine.Engine
import
mozilla.components.concept.engine.EngineView
import
mozilla.components.concept.fetch.Client
import
mozilla.components.concept.storage.BookmarksStorage
import
mozilla.components.concept.storage.HistoryStorage
import
mozilla.components.concept.toolbar.Toolbar
import
mozilla.components.feature.awesomebar.provider.ClipboardSuggestionProvider
...
...
@@ -168,7 +167,7 @@ class AwesomeBarFeature(
/**
* Add a [AwesomeBar.SuggestionProvider] for browsing history to the [AwesomeBar].
*
* @param historyStorage an
d
instance of the [
Bookmarks
Storage] used to query matching
bookmarks
.
* @param historyStorage an instance of the [
History
Storage] used to query matching
history
.
* @param loadUrlUseCase the use case invoked to load the url when the user clicks on the suggestion.
* @param engine optional [Engine] instance to call [Engine.speculativeConnect] for the
* highest scored suggestion URL.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment