LeOSium_webview/mulch/patches/0001-Vanadium/0051-always-use-local-new-t...

35 lines
1.2 KiB
Diff
Raw Normal View History

2023-11-18 11:46:19 +01:00
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Daniel Micay <danielmicay@gmail.com>
Date: Mon, 17 Jun 2019 13:14:22 -0400
Subject: [PATCH] always use local new tab page
---
chrome/browser/search/search.cc | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/chrome/browser/search/search.cc b/chrome/browser/search/search.cc
index 369bea0388e1f..c1580e6497c35 100644
--- a/chrome/browser/search/search.cc
+++ b/chrome/browser/search/search.cc
@@ -163,6 +163,10 @@ struct NewTabURLDetails {
NewTabURLDetails(const GURL& url, NewTabURLState state)
: url(url), state(state) {}
+ static bool ShouldUseLocalNewTab() {
+ return true;
+ }
+
static NewTabURLDetails ForProfile(Profile* profile) {
// Incognito and Guest profiles have their own New Tab.
// This function may also be called by other off-the-record profiles that
@@ -173,6 +177,9 @@ struct NewTabURLDetails {
#if BUILDFLAG(IS_ANDROID)
const GURL local_url;
+ if (ShouldUseLocalNewTab()) {
+ return NewTabURLDetails(local_url, NEW_TAB_URL_VALID);
+ }
#else
const bool default_is_google = DefaultSearchProviderIsGoogle(profile);
const GURL local_url(default_is_google