| Index: tools/grit/grit/format/policy_templates/writers/adml_writer.py
|
| diff --git a/tools/grit/grit/format/policy_templates/writers/adml_writer.py b/tools/grit/grit/format/policy_templates/writers/adml_writer.py
|
| index 64f8562ce362c94ce4d6d2e72d4bcdad2560ec61..431dc26f768da8580dedfe7cd27f828198a19de4 100755
|
| --- a/tools/grit/grit/format/policy_templates/writers/adml_writer.py
|
| +++ b/tools/grit/grit/format/policy_templates/writers/adml_writer.py
|
| @@ -141,8 +141,7 @@ class ADMLWriter(xml_formatted_writer.XMLFormattedWriter):
|
| recommended_name = '%s - %s' % \
|
| (self.config['app_name'], self.messages['doc_recommended']['text'])
|
| if build == 'chrome':
|
| - self._AddString(self.config['win_mandatory_category_path'][0],
|
| - 'Google')
|
| + # The string for category [0] ('Google') is defined in google.adml.
|
| self._AddString(self.config['win_mandatory_category_path'][1],
|
| self.config['app_name'])
|
| self._AddString(self.config['win_recommended_category_path'][1],
|
|
|