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

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

Issue 311193003: [telemetry] Cleanups for benchmarks importing page sets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove description fo' realz. (from gpu tests) Created 6 years, 6 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
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/telemetry/telemetry/core/discover.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698