summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
authorncbray@chromium.org <ncbray@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-09 20:14:14 +0000
committerncbray@chromium.org <ncbray@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-09 20:14:14 +0000
commit4882f5feafd8a781ad54f44ad69be5b8dbb78317 (patch)
treedb6bcef04c89d8591aec5971ad8d35276a7320e6 /ppapi
parent595e5b9d17a02642b52d38dc3055835cd2e8311e (diff)
downloadchromium_src-4882f5feafd8a781ad54f44ad69be5b8dbb78317.zip
chromium_src-4882f5feafd8a781ad54f44ad69be5b8dbb78317.tar.gz
chromium_src-4882f5feafd8a781ad54f44ad69be5b8dbb78317.tar.bz2
Ensure nacl_integration does not report UMA stats.
There is no known issues with UMA poisoning, but a command line flag has been added to make sure. BUG= none Review URL: https://chromiumcodereview.appspot.com/11828009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175870 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rwxr-xr-xppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py b/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py
index 09bf760..f14c82e 100755
--- a/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py
+++ b/ppapi/native_client/tools/browser_tester/browsertester/browserlauncher.py
@@ -273,6 +273,9 @@ class ChromeLauncher(BrowserLauncher):
'--enable-logging',
'--log-level=1',
'--safebrowsing-disable-auto-update',
+ # Suppress metrics reporting. This prevents misconfigured bots,
+ # people testing at their desktop, etc from poisoning the UMA data.
+ '--metrics-recording-only',
# Chrome explicitly blacklists some ports as "unsafe" because
# certain protocols use them. Chrome gives an error like this:
# Error 312 (net::ERR_UNSAFE_PORT): Unknown error