Pull request #28: AP9-5158 Modify the Chromium default url to https://www.prometheanworld.com/
Merge in AP/chromiumpatches from AP9-5158 to master * commit '4daac1d05cc7ceeab9356801c0daaa4073f6ead1': AP9-5158 Modify the Chromium default url to https://www.prometheanworld.com/
This commit is contained in:
commit
a1aefcecb9
2 changed files with 28 additions and 1 deletions
|
@ -193,4 +193,5 @@ Telemetry-event-video-full-screen.patch
|
|||
Fix-google-web-apps-show-unsupported-message.patch
|
||||
Update-telemetry-lib-implementation.patch
|
||||
Fix-uncheck-desktop-site-no-effect.patch
|
||||
Fix-not-current-site-when-tab-opened-blank-target.patch
|
||||
Fix-not-current-site-when-tab-opened-blank-target.patch
|
||||
Modify-default-url-AP9-5158.patch
|
26
build/patches/Modify-default-url-AP9-5158.patch
Normal file
26
build/patches/Modify-default-url-AP9-5158.patch
Normal file
|
@ -0,0 +1,26 @@
|
|||
From: Yifeng <wuyifeng@nd.com.cn>
|
||||
Date: Wed, 27 Apr 2022 07:00:00 +0000
|
||||
Subject: AP9-5158 Modify the Chromium default url to https://www.prometheanworld.com/
|
||||
|
||||
Fix version: 1.1.0
|
||||
Modify the Chromium default url to https://www.prometheanworld.com/
|
||||
|
||||
---
|
||||
components/embedder_support/android/java/src/org/chromium/components/embedder_support/util/UrlConstants.java | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/components/embedder_support/android/java/src/org/chromium/components/embedder_support/util/UrlConstants.java b/components/embedder_support/android/java/src/org/chromium/components/embedder_support/util/UrlConstants.java
|
||||
--- a/components/embedder_support/android/java/src/org/chromium/components/embedder_support/util/UrlConstants.java
|
||||
+++ b/components/embedder_support/android/java/src/org/chromium/components/embedder_support/util/UrlConstants.java
|
||||
@@ -44,8 +44,8 @@ public class UrlConstants {
|
||||
public static final String ABOUT_URL = "chrome://about/";
|
||||
|
||||
public static final String NTP_HOST = "newtab";
|
||||
- public static final String NTP_URL = "https://myPromethean.com/";
|
||||
- public static final String NTP_NON_NATIVE_URL = "https://myPromethean.com/";
|
||||
+ public static final String NTP_URL = "https://www.prometheanworld.com/";
|
||||
+ public static final String NTP_NON_NATIVE_URL = "https://www.prometheanworld.com/";
|
||||
public static final String NTP_ABOUT_URL = "about:newtab";
|
||||
|
||||
public static final String BOOKMARKS_HOST = "bookmarks";
|
||||
2.17.1
|
Loading…
Add table
Reference in a new issue