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 shared_page_state
7 class PregeneratedLargeProfileSharedState(shared_page_state
.SharedPageState
):
8 def __init__(self
, test
, finder_options
, story_set
):
9 super(PregeneratedLargeProfileSharedState
, self
).__init
__(
10 test
, finder_options
, story_set
)
11 self
.SetPregeneratedProfileArchive('large_profile.zip')