Skip to content

Commit

Permalink
Disable newtab promo nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelh committed Nov 14, 2023
1 parent c54720c commit 64c8c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/browser/new_tab_page/promos/promo_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GURL GetGoogleBaseUrl() {
}

GURL GetApiUrl() {
return GetGoogleBaseUrl().Resolve(kNewTabPromosApiPath);
return {};
}

// Parses an update proto from |value|. Will return false if |value| is not of
Expand Down

0 comments on commit 64c8c23

Please sign in to comment.