Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(596)

Unified Diff: scripts/master/factory/chromium_commands.py

Issue 110373008: Remove Chrome Frame tests everywhere. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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')

Powered by Google App Engine
This is Rietveld 408576698