diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-28 22:40:55 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-28 22:40:55 +0000 |
commit | 139dd55c937dbad1224571ddca0d13d9e723af0f (patch) | |
tree | 5b3057870d7cddfca0f22a24bb8a706056ee3787 /net/net.gyp | |
parent | c8451d1a68c5897298b1327f100dae13431bc4fa (diff) | |
download | chromium_src-139dd55c937dbad1224571ddca0d13d9e723af0f.zip chromium_src-139dd55c937dbad1224571ddca0d13d9e723af0f.tar.gz chromium_src-139dd55c937dbad1224571ddca0d13d9e723af0f.tar.bz2 |
Add histograms for FTP server types encountered by users.
This should help with decision which FTP server types we can safely stop supporting.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/176020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24824 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 0d6d598..642489c 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -206,6 +206,8 @@ 'ftp/ftp_network_transaction.h', 'ftp/ftp_request_info.h', 'ftp/ftp_response_info.h', + 'ftp/ftp_server_type_histograms.cc', + 'ftp/ftp_server_type_histograms.h', 'ftp/ftp_transaction.h', 'ftp/ftp_transaction_factory.h', 'http/des.cc', |