This repository was archived by the owner on Dec 11, 2019. It is now read-only.
Commit b8ea9ee Suguru Hirahara
committed
1 parent 98b0a89 commit b8ea9ee Copy full SHA for b8ea9ee
File tree 2 files changed +0
-8
lines changed
app/renderer/components/navigation
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ const frameStateUtil = require('../../../../js/state/frameStateUtil')
35
35
// Utils
36
36
const cx = require ( '../../../../js/lib/classSet' )
37
37
const { getBaseUrl} = require ( '../../../../js/lib/appUrlUtil' )
38
- const { isSourceAboutUrl} = require ( '../../../../js/lib/appUrlUtil' )
39
38
const { getSetting} = require ( '../../../../js/settings' )
40
39
const { isDarwin} = require ( '../../../common/lib/platformUtil' )
41
40
const { isFullScreen} = require ( '../../currentWindow' )
Original file line number Diff line number Diff line change @@ -402,13 +402,6 @@ class UrlBar extends React.Component {
402
402
}
403
403
}
404
404
405
- get hostValue ( ) {
406
- const parsed = urlParse ( this . props . location )
407
- return parsed . host &&
408
- parsed . protocol !== 'about:' &&
409
- parsed . protocol !== 'chrome-extension:' ? parsed . host : ''
410
- }
411
-
412
405
get titleValue ( ) {
413
406
// For about:newtab we don't want the top of the browser saying New Tab
414
407
// Instead just show "Brave"
You can’t perform that action at this time.
0 commit comments