Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
atuchin-m committed Oct 20, 2021
1 parent 05a0402 commit 2c6a5e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/translate/core/browser/brave_translate_features.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ extern const base::FeatureParam<bool>
} // namespace features

// The translate engine can work the folowing ways:
// 1. IsBraveTranslateGoAvailable() == true: Show a bubble to suggest a user
// 1. IsTranslateExtensionAvailable() == true: Show a bubble to suggest a user
// installation of Google translate extension.
// 2. IsTranslateExtensionAvailable() == true: The internal translation engine
// 2. IsBraveTranslateGoAvailable() == true: The internal translation engine
// is used instead of the old bubble.
// 3. The other: no translation is available.
bool IsBraveTranslateGoAvailable();
bool IsTranslateExtensionAvailable();

// True if the translate urls in native code is redirected to
// True if the translate urls in native code are redirected to
// translate-relay.brave.com. True by default, use false only for local testing.
bool UseBraveTranslateRelay();

Expand Down

0 comments on commit 2c6a5e8

Please sign in to comment.