diff options
author | rvargas@chromium.org <rvargas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-29 00:57:24 +0000 |
---|---|---|
committer | rvargas@chromium.org <rvargas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-29 00:57:24 +0000 |
commit | b7617c741bb62ec9f60359f7730758410ad33a39 (patch) | |
tree | e3bbbbbf340d7d15ccd00ed90095ae8661347182 /net/base/file_stream_context.h | |
parent | faf59c40d8f982aacfa8f0e8ab77295cc4fccef6 (diff) | |
download | chromium_src-b7617c741bb62ec9f60359f7730758410ad33a39.zip chromium_src-b7617c741bb62ec9f60359f7730758410ad33a39.tar.gz chromium_src-b7617c741bb62ec9f60359f7730758410ad33a39.tar.bz2 |
Remove some PlatformFile instances from ChromeOS Drive.
BUG=322664
Review URL: https://codereview.chromium.org/211483004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260326 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/file_stream_context.h')
-rw-r--r-- | net/base/file_stream_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/base/file_stream_context.h b/net/base/file_stream_context.h index e7711c9..c70a8f6 100644 --- a/net/base/file_stream_context.h +++ b/net/base/file_stream_context.h @@ -168,7 +168,6 @@ class FileStream::Context { OpenResult open_result); void CloseAndDelete(); - void OnCloseCompleted(); Int64CompletionCallback IntToInt64(const CompletionCallback& callback); |