Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(401)

Unified Diff: components/translate/core/browser/translate_url_fetcher.cc

Issue 2565873002: [translate] Add translate ranker model loader. (Closed)
Patch Set: comments from sdefresne Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/translate/core/browser/translate_url_fetcher.cc
diff --git a/components/translate/core/browser/translate_url_fetcher.cc b/components/translate/core/browser/translate_url_fetcher.cc
index 45615e34af9d38d1f98fe5955699ab5f2090369b..dbbff3176056f9c9c199a3e1e7c84e4503213316 100644
--- a/components/translate/core/browser/translate_url_fetcher.cc
+++ b/components/translate/core/browser/translate_url_fetcher.cc
@@ -31,7 +31,7 @@ TranslateURLFetcher::~TranslateURLFetcher() {
bool TranslateURLFetcher::Request(
const GURL& url,
const TranslateURLFetcher::Callback& callback) {
- // This function is not supposed to be called before previous operaion is not
+ // This function is not supposed to be called if the previous operation is not
// finished.
if (state_ == REQUESTING) {
NOTREACHED();
« no previous file with comments | « components/translate/core/browser/translate_ui_delegate_unittest.cc ('k') | ios/chrome/browser/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698