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

Unified Diff: components/translate/content/common/component_cld_data_source.cc

Issue 461633002: Refactor language detection logic to allow non-static CLD data sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make some of the harness factory methods private Created 6 years, 1 month 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/common/component_cld_data_source.cc
diff --git a/components/translate/content/common/component_cld_data_source.cc b/components/translate/content/common/component_cld_data_source.cc
deleted file mode 100644
index feec37e867267b9887f4333fd19a7ab9cf02b7c5..0000000000000000000000000000000000000000
--- a/components/translate/content/common/component_cld_data_source.cc
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "cld_data_source.h"
-
-namespace translate {
-
-std::string CldDataSource::GetName() {
- return "component";
-}
-
-bool CldDataSource::ShouldRegisterForComponentUpdates() {
- return true;
-}
-
-bool CldDataSource::ShouldUseStandaloneDataFile() {
- return false;
-}
-
-} // namespace translate

Powered by Google App Engine
This is Rietveld 408576698