Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Unified Diff: ui/file_manager/zip_archiver/unpacker/cpp/javascript_compressor_requestor_interface.h

Issue 2804453002: Move files from zip_archiver/unpacker/ to zip_archiver/. (Closed)
Patch Set: Move files from zip_archiver/unpacker/ to zip_archiver/. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698