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

Unified Diff: tools/perf/profile_creators/many_extensions_profile_creator.py

Issue 847583002: Fix telemetry extension profile generator for OSX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@telemetry_profile_generation4_2
Patch Set: Created 5 years, 11 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 | « tools/perf/profile_creators/extensions_profile_creator.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/profile_creators/many_extensions_profile_creator.py
diff --git a/tools/perf/profile_creators/many_extensions_profile_creator.py b/tools/perf/profile_creators/many_extensions_profile_creator.py
index 7c25e630e94321b58fb9bd3719800d891ae1810e..26cd32ad7ef3f2b7b0a54a368f99523ae47839f9 100644
--- a/tools/perf/profile_creators/many_extensions_profile_creator.py
+++ b/tools/perf/profile_creators/many_extensions_profile_creator.py
@@ -7,7 +7,7 @@ from profile_creators import extensions_profile_creator
class ManyExtensionsProfileCreator(
extensions_profile_creator.ExtensionsProfileCreator):
- """Install 25 popular extensions."""
+ """Install many popular extensions."""
def __init__(self):
extensions_to_install = [
@@ -19,23 +19,15 @@ class ManyExtensionsProfileCreator(
"elioihkkcdgakfbahdoddophfngopipi",
"fheoggkfdfchfphceeifdbepaooicaho",
"nkcpopggjcjkiicpenikeogioednjeac",
- "gomekmidlodglbbmalcneegieacbdmki",
"ifohbjbgfchkkfhphahclmkpgejiplfo",
- "jpmbfleldcgkldadpdinhjjopdfpjfjp",
"kbmfpngjjgdllneeigpgjifpgocmfgmb",
"pdnfnkhpgegpcingjbfihlkjeighnddk",
"aapbdbdomjkkjkaonfhkkikfgjllcleb",
- "dhkplhfnhceodhffomolpfigojocbpcb",
"fjbbjfdilbioabojmcplalojlmdngbjl",
- "gkojfkhlekighikafcpjkiklfbnlmeio",
- "cpngackimfmofbokmjmljamhdncknpmg",
"hdokiejnpimakedhajhdlcegeplioahd",
"ninpnjfmichdlipckmfacdjbpbkkbcfa",
- "mihcahmgecmbnbcchbopgniflfhgnkff",
"mgijmajocgfcbeboacabfgobmjgjcoja",
- "ohjkicjidmohhfcjjlahfppkdblibkkb",
- "bfbmjmiodbnnpllbbbfblcplfjjepjdn",
- "opnbmdkdflhjiclaoiiifmheknpccalb"]
+ "ohjkicjidmohhfcjjlahfppkdblibkkb"]
super(ManyExtensionsProfileCreator, self).__init__(
extensions_to_install=extensions_to_install)
« no previous file with comments | « tools/perf/profile_creators/extensions_profile_creator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698