Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1698)

Unified Diff: trunk/src/chrome/test/perf/page_cycler_test.cc

Issue 16160006: Revert 202620 "Collect tab timing information for use in telemen..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | trunk/src/chrome/test/ui/ui_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/test/perf/page_cycler_test.cc
===================================================================
--- trunk/src/chrome/test/perf/page_cycler_test.cc (revision 202661)
+++ trunk/src/chrome/test/perf/page_cycler_test.cc (working copy)
@@ -130,7 +130,6 @@
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)) {
@@ -279,8 +278,8 @@
ASSERT_TRUE(tab->ExecuteAndExtractString(
std::wstring(),
L"window.domAutomationController.send("
- L"window.statsCollectionController.getHistogram ? "
- L"window.statsCollectionController.getHistogram(\"" +
+ L"window.domAutomationController.getHistogram ? "
+ L"window.domAutomationController.getHistogram(\"" +
base::SysUTF8ToWide(name) + L"\") : '')",
&whistogram));
std::string histogram = base::SysWideToNativeMB(whistogram);
« no previous file with comments | « no previous file | trunk/src/chrome/test/ui/ui_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698