mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 137.0.7151.0 (#1453031)
This commit is contained in:
@ -69,18 +69,18 @@ index 46103729d33a7..fbc400e60239b 100644
|
||||
// chrome://terms
|
||||
class TermsUIConfig : public AboutUIConfigBase {
|
||||
diff --git chrome/browser/ui/webui/chrome_web_ui_configs.cc chrome/browser/ui/webui/chrome_web_ui_configs.cc
|
||||
index 184e3a58c47ac..7152bd618f351 100644
|
||||
index cbcdde4afa71b..3507ff26fa3a0 100644
|
||||
--- chrome/browser/ui/webui/chrome_web_ui_configs.cc
|
||||
+++ chrome/browser/ui/webui/chrome_web_ui_configs.cc
|
||||
@@ -5,6 +5,7 @@
|
||||
#include "chrome/browser/ui/webui/chrome_web_ui_configs.h"
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
#include "build/android_buildflags.h"
|
||||
#include "build/build_config.h"
|
||||
+#include "cef/libcef/features/features.h"
|
||||
#include "chrome/browser/optimization_guide/optimization_guide_internals_ui.h"
|
||||
#include "chrome/browser/ui/webui/about/about_ui.h"
|
||||
#include "chrome/browser/ui/webui/accessibility/accessibility_ui.h"
|
||||
@@ -211,6 +212,9 @@ void RegisterChromeWebUIConfigs() {
|
||||
@@ -214,6 +215,9 @@ void RegisterChromeWebUIConfigs() {
|
||||
map.AddWebUIConfig(std::make_unique<BluetoothInternalsUIConfig>());
|
||||
map.AddWebUIConfig(std::make_unique<BrowsingTopicsInternalsUIConfig>());
|
||||
map.AddWebUIConfig(std::make_unique<chromeos::DeviceLogUIConfig>());
|
||||
@ -91,10 +91,10 @@ index 184e3a58c47ac..7152bd618f351 100644
|
||||
map.AddWebUIConfig(std::make_unique<CrashesUIConfig>());
|
||||
map.AddWebUIConfig(std::make_unique<commerce::CommerceInternalsUIConfig>());
|
||||
diff --git chrome/common/webui_url_constants.cc chrome/common/webui_url_constants.cc
|
||||
index d94ad4f02b11d..c1100feeff7c6 100644
|
||||
index e5e724a22d015..fcb15d234483f 100644
|
||||
--- chrome/common/webui_url_constants.cc
|
||||
+++ chrome/common/webui_url_constants.cc
|
||||
@@ -95,6 +95,9 @@ base::span<const base::cstring_view> ChromeURLHosts() {
|
||||
@@ -96,6 +96,9 @@ base::span<const base::cstring_view> ChromeURLHosts() {
|
||||
kChromeUIHistoryHost,
|
||||
history_clusters_internals::kChromeUIHistoryClustersInternalsHost,
|
||||
kChromeUIInterstitialHost,
|
||||
@ -105,18 +105,18 @@ index d94ad4f02b11d..c1100feeff7c6 100644
|
||||
#if !BUILDFLAG(IS_ANDROID)
|
||||
kChromeUIManagementHost,
|
||||
diff --git chrome/common/webui_url_constants.h chrome/common/webui_url_constants.h
|
||||
index aa2c595dabdd1..94938716ccd4a 100644
|
||||
index af2bad4318c92..fa4fe8b87386d 100644
|
||||
--- chrome/common/webui_url_constants.h
|
||||
+++ chrome/common/webui_url_constants.h
|
||||
@@ -17,6 +17,7 @@
|
||||
#include "base/strings/cstring_view.h"
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "build/android_buildflags.h"
|
||||
#include "build/branding_buildflags.h"
|
||||
#include "build/build_config.h"
|
||||
+#include "cef/libcef/features/features.h"
|
||||
#include "chrome/common/buildflags.h"
|
||||
#include "components/signin/public/base/signin_buildflags.h"
|
||||
#include "content/public/common/url_constants.h"
|
||||
@@ -146,6 +147,10 @@ inline constexpr char kChromeUIInterstitialHost[] = "interstitials";
|
||||
@@ -147,6 +148,10 @@ inline constexpr char kChromeUIInterstitialHost[] = "interstitials";
|
||||
inline constexpr char kChromeUIInterstitialURL[] = "chrome://interstitials/";
|
||||
inline constexpr char kChromeUIKillHost[] = "kill";
|
||||
inline constexpr char kChromeUILauncherInternalsHost[] = "launcher-internals";
|
||||
|
Reference in New Issue
Block a user