| Index: scripts/master/factory/chromium_commands.py
|
| diff --git a/scripts/master/factory/chromium_commands.py b/scripts/master/factory/chromium_commands.py
|
| index d6ebd56162f0c6e0d346f1a46dfda387ebbecd49..3487e0f200d331e967a5999203abe119e5f17bba 100644
|
| --- a/scripts/master/factory/chromium_commands.py
|
| +++ b/scripts/master/factory/chromium_commands.py
|
| @@ -535,12 +535,6 @@ class ChromiumCommands(commands.FactoryCommands):
|
| factory_properties=factory_properties,
|
| tool_opts=tool_options)
|
|
|
| - def AddChromeFramePerfTests(self, factory_properties):
|
| - self.AddAnnotatedPerfStep('chrome_frame_perf', None, 'graphing',
|
| - cmd_name='chrome_frame_perftests',
|
| - step_name='chrome_frame_perf',
|
| - factory_properties=factory_properties)
|
| -
|
| def AddDeps2GitStep(self, verify=True):
|
| J = self.PathJoin
|
| deps2git_tool = J(self._repository_root, 'tools', 'deps2git', 'deps2git.py')
|
|
|