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"); |