| Index: tools/grit/grit/format/policy_templates/writers/reg_writer.py
|
| diff --git a/tools/grit/grit/format/policy_templates/writers/reg_writer.py b/tools/grit/grit/format/policy_templates/writers/reg_writer.py
|
| index 5d03fbd8347756065176e55622305322e7b86837..ebf7adb9b52d7d7a9f90c87f5b98ad283de16027 100644
|
| --- a/tools/grit/grit/format/policy_templates/writers/reg_writer.py
|
| +++ b/tools/grit/grit/format/policy_templates/writers/reg_writer.py
|
| @@ -7,12 +7,12 @@ from xml.dom import minidom
|
| from grit.format.policy_templates.writers import template_writer
|
|
|
|
|
| -def GetWriter(config, messages):
|
| +def GetWriter(config):
|
| '''Factory method for creating RegWriter objects.
|
| See the constructor of TemplateWriter for description of
|
| arguments.
|
| '''
|
| - return RegWriter(['win'], config, messages)
|
| + return RegWriter(['win'], config)
|
|
|
|
|
| class RegWriter(template_writer.TemplateWriter):
|
|
|