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

Unified Diff: tools/perf/benchmarks/memory_infra.py

Issue 2024733003: Remove '--ignore-certificate-errors' from RendererMemoryBlinkMemoryMobile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/memory_infra.py
diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py
index 22ee079de8d24b58d89b1184e9febfa7c3596d2e..2a2b0f4ba6e9295a6543caad5161705edffe643c 100644
--- a/tools/perf/benchmarks/memory_infra.py
+++ b/tools/perf/benchmarks/memory_infra.py
@@ -143,15 +143,6 @@ class RendererMemoryBlinkMemoryMobile(_MemoryInfra):
page_set = page_sets.BlinkMemoryMobilePageSet
- def SetExtraBrowserOptions(self, options):
- super(RendererMemoryBlinkMemoryMobile, self).SetExtraBrowserOptions(
- options)
- options.AppendExtraBrowserArgs([
- # Ignore certs errors because record_wpr cannot handle certs correctly
- # in some cases (e.g. WordPress).
- '--ignore-certificate-errors',
- ])
-
@classmethod
def Name(cls):
return 'memory.blink_memory_mobile'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698