Skip to content

Commit

Permalink
Implemented IPFS import refactoring
Browse files Browse the repository at this point in the history
Removed File/Text/Directory import classes.
Use base class instead, moved blob creation to network utilities
  • Loading branch information
spylogsster committed May 14, 2021
1 parent 95ee36c commit 95a6805
Show file tree
Hide file tree
Showing 16 changed files with 414 additions and 555 deletions.
6 changes: 0 additions & 6 deletions components/ipfs/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,10 @@ source_set("ipfs") {
"features.h",
"import/imported_data.cc",
"import/imported_data.h",
"import/ipfs_directory_import_worker.cc",
"import/ipfs_directory_import_worker.h",
"import/ipfs_file_import_worker.cc",
"import/ipfs_file_import_worker.h",
"import/ipfs_import_worker_base.cc",
"import/ipfs_import_worker_base.h",
"import/ipfs_link_import_worker.cc",
"import/ipfs_link_import_worker.h",
"import/ipfs_text_import_worker.cc",
"import/ipfs_text_import_worker.h",
"ipfs_constants.cc",
"ipfs_constants.h",
"ipfs_interstitial_controller_client.cc",
Expand Down
144 changes: 0 additions & 144 deletions components/ipfs/import/ipfs_directory_import_worker.cc

This file was deleted.

62 changes: 0 additions & 62 deletions components/ipfs/import/ipfs_directory_import_worker.h

This file was deleted.

41 changes: 0 additions & 41 deletions components/ipfs/import/ipfs_file_import_worker.cc

This file was deleted.

38 changes: 0 additions & 38 deletions components/ipfs/import/ipfs_file_import_worker.h

This file was deleted.

Loading

0 comments on commit 95a6805

Please sign in to comment.