Change next_proto member type.
[chromium-blink-merge.git] / tools / perf / profile_creators / many_extensions_profile_creator.py
blob018cba23df91e120217c53cc7329a0d580516c89
1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 from profile_creators import extensions_profile_creator
8 class ManyExtensionsProfileCreator(
9 extensions_profile_creator.ExtensionsProfileCreator):
10 """Install 25 popular extensions."""
12 def __init__(self):
13 super(ManyExtensionsProfileCreator, self).__init__()
15 self._extensions_to_install = [
16 "nklfajnmfbchcceflgddnkignfheooic",
17 "keigpnkjljkelclbjbekcfnaomfodamj",
18 "fjnbnpbmkenffdnngjfgmeleoegfcffe",
19 "gighmmpiobklfepjocnamgkkbiglidom",
20 "oadboiipflhobonjjffjbfekfjcgkhco",
21 "elioihkkcdgakfbahdoddophfngopipi",
22 "fheoggkfdfchfphceeifdbepaooicaho",
23 "nkcpopggjcjkiicpenikeogioednjeac",
24 "gomekmidlodglbbmalcneegieacbdmki",
25 "ifohbjbgfchkkfhphahclmkpgejiplfo",
26 "jpmbfleldcgkldadpdinhjjopdfpjfjp",
27 "kbmfpngjjgdllneeigpgjifpgocmfgmb",
28 "pdnfnkhpgegpcingjbfihlkjeighnddk",
29 "aapbdbdomjkkjkaonfhkkikfgjllcleb",
30 "dhkplhfnhceodhffomolpfigojocbpcb",
31 "fjbbjfdilbioabojmcplalojlmdngbjl",
32 "gkojfkhlekighikafcpjkiklfbnlmeio",
33 "cpngackimfmofbokmjmljamhdncknpmg",
34 "hdokiejnpimakedhajhdlcegeplioahd",
35 "ninpnjfmichdlipckmfacdjbpbkkbcfa",
36 "mihcahmgecmbnbcchbopgniflfhgnkff",
37 "mgijmajocgfcbeboacabfgobmjgjcoja",
38 "ohjkicjidmohhfcjjlahfppkdblibkkb",
39 "bfbmjmiodbnnpllbbbfblcplfjjepjdn",
40 "opnbmdkdflhjiclaoiiifmheknpccalb"]