Commit c30a9b7a authored by tonyg@chromium.org's avatar tonyg@chromium.org

[Telemetry] Fix profile generation after r275633.

TBR=dtu@chromium.org
NOTRY=True
BUG=

Review URL: https://codereview.chromium.org/323703003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275689 0039d316-1c4b-4281-b951-d872f2087c98
parent 88a3022f
......@@ -14,7 +14,7 @@ class SmallProfileCreator(profile_creator.ProfileCreator):
def __init__(self):
super(SmallProfileCreator, self).__init__()
self._page_set = page_sets.Typical25()
self._page_set = page_sets.Typical25PageSet()
# Open all links in the same tab save for the last _NUM_TABS links which
# are each opened in a new tab.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment