summaryrefslogtreecommitdiffstats
path: root/components/translate
diff options
context:
space:
mode:
Diffstat (limited to 'components/translate')
-rw-r--r--components/translate/content/browser/browser_cld_utils.h2
-rw-r--r--components/translate/content/renderer/renderer_cld_utils.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/components/translate/content/browser/browser_cld_utils.h b/components/translate/content/browser/browser_cld_utils.h
index f3fab95..c8c5af1 100644
--- a/components/translate/content/browser/browser_cld_utils.h
+++ b/components/translate/content/browser/browser_cld_utils.h
@@ -10,8 +10,6 @@
namespace translate {
// Browser-side utilities for dealing with CLD data source configuration.
-// This class exists primarily to avoid duplicating code in high-level targets
-// such as the Chrome browser, Chrome shell, and so on.
class BrowserCldUtils {
public:
// Perform conditional configuration of the CLD data provider.
diff --git a/components/translate/content/renderer/renderer_cld_utils.h b/components/translate/content/renderer/renderer_cld_utils.h
index e2eeb20..e520a78 100644
--- a/components/translate/content/renderer/renderer_cld_utils.h
+++ b/components/translate/content/renderer/renderer_cld_utils.h
@@ -10,8 +10,6 @@
namespace translate {
// Renderer-side utilities for dealing with CLD data source configuration.
-// This class exists primarily to avoid duplicating code in high-level targets
-// such as the Chrome browser, Chrome shell, and so on.
class RendererCldUtils {
public:
// Perform conditional configuration of the CLD data provider.