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

Unified Diff: trunk/src/chrome/test/ui/ui_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 | « trunk/src/chrome/test/ui/ui_test.h ('k') | trunk/src/content/browser/histogram_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/test/ui/ui_test.cc
===================================================================
--- trunk/src/chrome/test/ui/ui_test.cc (revision 202661)
+++ trunk/src/chrome/test/ui/ui_test.cc (working copy)
@@ -85,7 +85,6 @@
homepage_(content::kAboutBlankURL),
wait_for_initial_loads_(true),
dom_automation_enabled_(false),
- stats_collection_controller_enabled_(false),
show_window_(false),
clear_profile_(true),
include_testing_id_(true),
@@ -100,7 +99,6 @@
expected_crashes_(0),
wait_for_initial_loads_(true),
dom_automation_enabled_(false),
- stats_collection_controller_enabled_(false),
show_window_(false),
clear_profile_(true),
include_testing_id_(true),
@@ -189,8 +187,6 @@
launch_arguments_.AppendSwitch(switches::kEnableFileCookies);
if (dom_automation_enabled_)
launch_arguments_.AppendSwitch(switches::kDomAutomationController);
- if (stats_collection_controller_enabled_)
- launch_arguments_.AppendSwitch(switches::kStatsCollectionController);
// Allow off-store extension installs.
launch_arguments_.AppendSwitchASCII(
switches::kEasyOffStoreExtensionInstall, "1");
« no previous file with comments | « trunk/src/chrome/test/ui/ui_test.h ('k') | trunk/src/content/browser/histogram_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698