| Index: ui/file_manager/zip_archiver/unpacker/cpp/javascript_compressor_requestor_interface.h
|
| diff --git a/ui/file_manager/zip_archiver/unpacker/cpp/javascript_compressor_requestor_interface.h b/ui/file_manager/zip_archiver/unpacker/cpp/javascript_compressor_requestor_interface.h
|
| deleted file mode 100644
|
| index 367c02196d14f727141382dec570dc9cc545b196..0000000000000000000000000000000000000000
|
| --- a/ui/file_manager/zip_archiver/unpacker/cpp/javascript_compressor_requestor_interface.h
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -// Copyright 2017 The Chromium OS Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef JAVASCRIPT_COMPRESSOR_REQUESTOR_INTERFACE_H_
|
| -#define JAVASCRIPT_COMPRESSOR_REQUESTOR_INTERFACE_H_
|
| -
|
| -#include <string>
|
| -
|
| -// Makes requests from Compressor to JavaScript.
|
| -class JavaScriptCompressorRequestorInterface {
|
| - public:
|
| - virtual ~JavaScriptCompressorRequestorInterface() {}
|
| -
|
| - virtual void WriteChunkRequest(int64_t length,
|
| - const pp::VarArrayBuffer& buffer) = 0;
|
| -
|
| - virtual void ReadFileChunkRequest(int64_t length) = 0;
|
| -};
|
| -
|
| -#endif // JAVASCRIPT_COMPRESSOR_REQUESTOR_INTERFACE_H_
|
|
|