1 # Copyright 2015 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.
4 from telemetry
.page
import page
5 from telemetry
.page
import shared_page_state
6 from telemetry
import story
9 class PluginPowerSaverPageSet(story
.StorySet
):
11 super(PluginPowerSaverPageSet
, self
).__init
__(
12 archive_data_file
='data/plugin_power_saver.json',
13 cloud_storage_bucket
=story
.PUBLIC_BUCKET
)
14 self
.AddStory(page
.Page(
15 'http://a.tommycli.com/small_only.html',
17 shared_page_state_class
=shared_page_state
.SharedDesktopPageState
))