Skip to content

Commit

Permalink
Let the user use chrome://newtab if the user wants to
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser committed Dec 11, 2021
1 parent 0082b26 commit a99c5c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1438,6 +1438,7 @@ private void createInitialTab() {
// Migrate legacy NTP URLs (chrome://newtab) to the newer format
// (chrome-native://newtab)
if (UrlUtilities.isNTPUrl(url)) {
if (false)
url = "chrome-search://local-ntp/local-ntp.html";
}
}
Expand Down

0 comments on commit a99c5c9

Please sign in to comment.