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

Unified Diff: components/translate/content/browser/BUILD.gn

Issue 2396783002: Add LanguageModel, a keyed service that collects language info from CLD. (Closed)
Patch Set: Created 4 years, 2 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/content/browser/BUILD.gn
diff --git a/components/translate/content/browser/BUILD.gn b/components/translate/content/browser/BUILD.gn
index efe80df14602fa954c2b7a433b70d390e786062b..fe47b3a153bf7b50f412def75a6a5535bc256c65 100644
--- a/components/translate/content/browser/BUILD.gn
+++ b/components/translate/content/browser/BUILD.gn
@@ -8,6 +8,8 @@ static_library("browser") {
sources = [
"content_translate_driver.cc",
"content_translate_driver.h",
+ "language_model_observer.cc",
+ "language_model_observer.h",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698