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

Side by Side Diff: tools/perf/profile_creators/theme_profile_creator.py

Issue 274773002: [telemetry] Prototype for specifying page sets using Python imports and Telemetry discovery. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 unified diff | Download patch
« no previous file with comments | « tools/perf/profile_creators/small_profile_creator.py ('k') | tools/perf/run_benchmark » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 from telemetry.page import extensions_profile_creator 4
5 from profile_creators import extensions_profile_creator
5 6
6 7
7 class ThemeProfileCreator(extensions_profile_creator.ExtensionsProfileCreator): 8 class ThemeProfileCreator(extensions_profile_creator.ExtensionsProfileCreator):
8 """Install a theme.""" 9 """Install a theme."""
9 10
10 def __init__(self): 11 def __init__(self):
11 super(ThemeProfileCreator, self).__init__() 12 super(ThemeProfileCreator, self).__init__()
12 13
13 # Marc Ecko theme. 14 # Marc Ecko theme.
14 self._theme_to_install = "opjonmehjfmkejjifhhknofdnacklmjk" 15 self._theme_to_install = "opjonmehjfmkejjifhhknofdnacklmjk"
OLDNEW
« no previous file with comments | « tools/perf/profile_creators/small_profile_creator.py ('k') | tools/perf/run_benchmark » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698