Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Fix push lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Suguru Hirahara committed Jul 4, 2017
1 parent ed445b3 commit a44c689
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion app/renderer/components/navigation/navigationBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const frameStateUtil = require('../../../../js/state/frameStateUtil')
// Utils
const cx = require('../../../../js/lib/classSet')
const {getBaseUrl} = require('../../../../js/lib/appUrlUtil')
const {isSourceAboutUrl} = require('../../../../js/lib/appUrlUtil')
const {getSetting} = require('../../../../js/settings')
const {isDarwin} = require('../../../common/lib/platformUtil')
const {isFullScreen} = require('../../currentWindow')
Expand Down
7 changes: 0 additions & 7 deletions app/renderer/components/navigation/urlBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,13 +402,6 @@ class UrlBar extends React.Component {
}
}

get hostValue () {
const parsed = urlParse(this.props.location)
return parsed.host &&
parsed.protocol !== 'about:' &&
parsed.protocol !== 'chrome-extension:' ? parsed.host : ''
}

get titleValue () {
// For about:newtab we don't want the top of the browser saying New Tab
// Instead just show "Brave"
Expand Down

0 comments on commit a44c689

Please sign in to comment.