diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-01 03:46:06 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-01 03:46:06 +0000 |
commit | ad91dc59050338aab2fd258aea360f96dd7c1ab2 (patch) | |
tree | e4a09db9edf6982a2714d99f5221797ce9e6626e /net/net.gyp | |
parent | 0f3a2d136bbe988ad5fa8b5585d2d1b6dfd40aff (diff) | |
download | chromium_src-ad91dc59050338aab2fd258aea360f96dd7c1ab2.zip chromium_src-ad91dc59050338aab2fd258aea360f96dd7c1ab2.tar.gz chromium_src-ad91dc59050338aab2fd258aea360f96dd7c1ab2.tar.bz2 |
net: Move file operation code from UploadData to UploadDataStream
ResetOffset(), GetContentLength() and IsInMemory() are moved from UploadData to UploadDataStream.
This is an intermediate step to make simlar change to UploadElement
BUG=72001
TEST=net_unittests
Review URL: https://chromiumcodereview.appspot.com/10878082
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154594 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/net.gyp b/net/net.gyp index 7c2b53b..e11caf8 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1235,7 +1235,6 @@ 'base/transport_security_state_unittest.cc', 'base/unix_domain_socket_posix_unittest.cc', 'base/upload_data_stream_unittest.cc', - 'base/upload_data_unittest.cc', 'base/x509_certificate_unittest.cc', 'base/x509_cert_types_unittest.cc', 'base/x509_util_nss_unittest.cc', |