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

Commit

Permalink
round 2 - go for ipfs in a chrome-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jun 28, 2017
1 parent 580b607 commit 5cbc1a4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 83 deletions.
77 changes: 0 additions & 77 deletions app/browser/ipfs.js

This file was deleted.

4 changes: 1 addition & 3 deletions js/constants/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,7 @@ const messages = {
// PDFJS
LOAD_URL_REQUESTED: _,
// Torrent
TORRENT_MESSAGE: _,
// IPFS
IPFS_MESSAGE: _
TORRENT_MESSAGE: _
// DO NOT ADD TO THIS LIST - see above
}

Expand Down
3 changes: 0 additions & 3 deletions js/stores/appStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const nativeImage = require('../../app/nativeImage')
const filtering = require('../../app/filtering')
const basicAuth = require('../../app/browser/basicAuth')
const webtorrent = require('../../app/browser/webtorrent')
const ipfs = require('../../app/browser/ipfs')
const assert = require('assert')
const profiles = require('../../app/browser/profiles')
const {zoomLevel} = require('../../app/common/constants/toolbarUserInterfaceScale')
Expand Down Expand Up @@ -428,8 +427,6 @@ const handleAppAction = (action) => {
appState = filtering.init(appState, action, appStore)
appState = basicAuth.init(appState, action, appStore)
appState = webtorrent.init(appState, action, appStore)
// TODO(diasdavid) - init IPFS in the main process
appState = ipfs.init(appState, action, appStore)
appState = profiles.init(appState, action, appStore)
appState = require('../../app/browser/menu').init(appState, action, appStore)
appState = require('../../app/sync').init(appState, action, appStore)
Expand Down

0 comments on commit 5cbc1a4

Please sign in to comment.