diff options
author | petersont@google.com <petersont@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-16 02:18:07 +0000 |
---|---|---|
committer | petersont@google.com <petersont@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-16 02:18:07 +0000 |
commit | d01b873dae981f54da8b3d0a818cb0c487d56ec6 (patch) | |
tree | e82f49c73a0ae789c96c5752bc239e45861c3dea /chrome/test/ui | |
parent | 41aa0e41f6b14d4d6c847a2498994ef382d51f38 (diff) | |
download | chromium_src-d01b873dae981f54da8b3d0a818cb0c487d56ec6.zip chromium_src-d01b873dae981f54da8b3d0a818cb0c487d56ec6.tar.gz chromium_src-d01b873dae981f54da8b3d0a818cb0c487d56ec6.tar.bz2 |
This is the same change as 2419 minus a line of debug code I accidentally left in browser_main.cc which ignored the user preference.
Review URL: http://codereview.chromium.org/4229
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui')
-rw-r--r-- | chrome/test/ui/ui_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc index 1b47e7d..263b7b7 100644 --- a/chrome/test/ui/ui_test.cc +++ b/chrome/test/ui/ui_test.cc @@ -203,7 +203,7 @@ void UITest::LaunchBrowser(const std::wstring& arguments, bool clear_profile) { switches::kJavaScriptFlags, js_flags_); - CommandLine::AppendSwitch(&command_line, switches::kDisableMetricsReporting); + CommandLine::AppendSwitch(&command_line, switches::kMetricsRecordingOnly); // We always want to enable chrome logging CommandLine::AppendSwitch(&command_line, switches::kEnableLogging); |