| 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
|
| index cc493fce0c1ab27b7f2b6e2abd749c23a1df0822..59a4ae9d5a10daa72d06675af81669cee658bcb5 100644
|
| --- a/components/translate/content/common/component_cld_data_source.cc
|
| +++ b/components/translate/content/common/component_cld_data_source.cc
|
| @@ -10,4 +10,12 @@ namespace translate {
|
| return "component";
|
| }
|
|
|
| + bool CldDataSource::ShouldRegisterForComponentUpdates() {
|
| + return true;
|
| + }
|
| +
|
| + bool CldDataSource::ShouldUseStandaloneDataFile() {
|
| + return false;
|
| + }
|
| +
|
| } // namespace translate
|
|
|