Skip to content
This repository was archived by the owner on Jun 16, 2020. It is now read-only.

Commit 903dee8

Browse files
committed
round 2 - go for ipfs in a chrome-extension
1 parent 98fc299 commit 903dee8

3 files changed

Lines changed: 1 addition & 83 deletions

File tree

app/browser/ipfs.js

Lines changed: 0 additions & 77 deletions
This file was deleted.

js/constants/messages.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,7 @@ const messages = {
147147
// PDFJS
148148
LOAD_URL_REQUESTED: _,
149149
// Torrent
150-
TORRENT_MESSAGE: _,
151-
// IPFS
152-
IPFS_MESSAGE: _
150+
TORRENT_MESSAGE: _
153151
// DO NOT ADD TO THIS LIST - see above
154152
}
155153

js/stores/appStore.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const nativeImage = require('../../app/nativeImage')
3232
const filtering = require('../../app/filtering')
3333
const basicAuth = require('../../app/browser/basicAuth')
3434
const webtorrent = require('../../app/browser/webtorrent')
35-
const ipfs = require('../../app/browser/ipfs')
3635
const assert = require('assert')
3736
const profiles = require('../../app/browser/profiles')
3837
const {zoomLevel} = require('../../app/common/constants/toolbarUserInterfaceScale')
@@ -427,8 +426,6 @@ const handleAppAction = (action) => {
427426
appState = filtering.init(appState, action, appStore)
428427
appState = basicAuth.init(appState, action, appStore)
429428
appState = webtorrent.init(appState, action, appStore)
430-
// TODO(diasdavid) - init IPFS in the main process
431-
appState = ipfs.init(appState, action, appStore)
432429
appState = profiles.init(appState, action, appStore)
433430
appState = require('../../app/browser/menu').init(appState, action, appStore)
434431
appState = require('../../app/sync').init(appState, action, appStore)

0 commit comments

Comments
 (0)