summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-09 17:28:56 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-09 17:28:56 +0000
commit50f91af3dddfefe8acc7ff92626a3bd979fe5ab5 (patch)
tree487f57bc7ca8e3d287f51bf435e2463d22fb544e /net/net.gyp
parent05d1265f5600e7b33bec08da28f45816b80c0784 (diff)
downloadchromium_src-50f91af3dddfefe8acc7ff92626a3bd979fe5ab5.zip
chromium_src-50f91af3dddfefe8acc7ff92626a3bd979fe5ab5.tar.gz
chromium_src-50f91af3dddfefe8acc7ff92626a3bd979fe5ab5.tar.bz2
net: Remove unused FileStream methods
Remove synchronous FileStream methods (OpenSync, CloseSync, SeekSync, Available, ReadSync, ReadUntilComplete, WriteSync, Truncate, FlushSync). Remove EnableErrrorStatistics() and SetBoundNetLogSource() whose only user was download::BaseFile. Remove FileStream::Context::async_ because we are always async. BUG=356979 TEST=git cl try Review URL: https://codereview.chromium.org/225463003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262729 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/net.gyp b/net/net.gyp
index d1a83aa..2f84d4e8 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -116,12 +116,6 @@
'base/file_stream_context.h',
'base/file_stream_context_posix.cc',
'base/file_stream_context_win.cc',
- 'base/file_stream_metrics.cc',
- 'base/file_stream_metrics.h',
- 'base/file_stream_metrics_posix.cc',
- 'base/file_stream_metrics_win.cc',
- 'base/file_stream_net_log_parameters.cc',
- 'base/file_stream_net_log_parameters.h',
'base/file_stream_whence.h',
'base/filename_util.cc',
'base/filename_util.h',