| Index: chrome/test/perf/page_cycler_test.cc
|
| diff --git a/chrome/test/perf/page_cycler_test.cc b/chrome/test/perf/page_cycler_test.cc
|
| index 9d130002dad1b5f01aba6ee05e5a444654f1c250..ce82558cdcbf7e9b7a663fe8e43d1f93850c790f 100644
|
| --- a/chrome/test/perf/page_cycler_test.cc
|
| +++ b/chrome/test/perf/page_cycler_test.cc
|
| @@ -130,6 +130,7 @@ class PageCyclerTest : public UIPerfTest {
|
| num_test_iterations_(kTestIterations) {
|
| show_window_ = true;
|
| dom_automation_enabled_ = true;
|
| + stats_collection_controller_enabled_ = true;
|
|
|
| const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
|
| if (parsed_command_line.HasSwitch(switches::kPageCyclerIterations)) {
|
| @@ -278,8 +279,8 @@ class PageCyclerTest : public UIPerfTest {
|
| ASSERT_TRUE(tab->ExecuteAndExtractString(
|
| std::wstring(),
|
| L"window.domAutomationController.send("
|
| - L"window.domAutomationController.getHistogram ? "
|
| - L"window.domAutomationController.getHistogram(\"" +
|
| + L"window.statsCollectionController.getHistogram ? "
|
| + L"window.statsCollectionController.getHistogram(\"" +
|
| base::SysUTF8ToWide(name) + L"\") : '')",
|
| &whistogram));
|
| std::string histogram = base::SysWideToNativeMB(whistogram);
|
|
|