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 ThemeProfileCreator(extensions_profile_creator
.ExtensionsProfileCreator
):
13 theme_to_install
= "opjonmehjfmkejjifhhknofdnacklmjk"
14 super(ThemeProfileCreator
, self
).__init
__(theme_to_install
=theme_to_install
)