Rebase to 144.0.7559.97
This commit is contained in:
@@ -17,7 +17,7 @@ License: GPL-2.0-or-later - https://spdx.org/licenses/GPL-2.0-or-later.html
|
||||
diff --git a/chrome/browser/flag-metadata.json b/chrome/browser/flag-metadata.json
|
||||
--- a/chrome/browser/flag-metadata.json
|
||||
+++ b/chrome/browser/flag-metadata.json
|
||||
@@ -9186,9 +9186,9 @@
|
||||
@@ -9195,9 +9195,9 @@
|
||||
"expiry_milestone": 150
|
||||
},
|
||||
{
|
||||
|
||||
@@ -664,7 +664,7 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
||||
namespace about_flags {
|
||||
|
||||
namespace {
|
||||
@@ -5242,6 +5246,10 @@ const FeatureEntry::Choice kOmniboxAutofocusOnIncognitoNtpChoices[] = {
|
||||
@@ -5291,6 +5295,10 @@ const FeatureEntry::Choice kOmniboxAutofocusOnIncognitoNtpChoices[] = {
|
||||
};
|
||||
#endif // !BUILDFLAG(IS_ANDROID)
|
||||
|
||||
@@ -675,7 +675,7 @@ diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
||||
// RECORDING USER METRICS FOR FLAGS:
|
||||
// -----------------------------------------------------------------------------
|
||||
// The first line of the entry is the internal name.
|
||||
@@ -5268,6 +5276,9 @@ const FeatureEntry::Choice kOmniboxAutofocusOnIncognitoNtpChoices[] = {
|
||||
@@ -5317,6 +5325,9 @@ const FeatureEntry::Choice kOmniboxAutofocusOnIncognitoNtpChoices[] = {
|
||||
const FeatureEntry kFeatureEntries[] = {
|
||||
// Include generated flags for flag unexpiry; see //docs/flag_expiry.md and
|
||||
// //tools/flags/generate_unexpire_flags.py.
|
||||
@@ -1010,7 +1010,7 @@ diff --git a/chrome/browser/unexpire_flags.cc b/chrome/browser/unexpire_flags.cc
|
||||
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
||||
--- a/chrome/common/chrome_features.cc
|
||||
+++ b/chrome/common/chrome_features.cc
|
||||
@@ -1901,5 +1901,5 @@ BASE_FEATURE(kDisableShortcutsEnableDiy, base::FEATURE_ENABLED_BY_DEFAULT);
|
||||
@@ -1906,5 +1906,5 @@ BASE_FEATURE(kDisableShortcutsEnableDiy, base::FEATURE_ENABLED_BY_DEFAULT);
|
||||
// happen silently without prompting an updating dialog.
|
||||
BASE_FEATURE(kSilentPolicyAndDefaultAppUpdating,
|
||||
base::FEATURE_DISABLED_BY_DEFAULT);
|
||||
|
||||
@@ -79,7 +79,7 @@ diff --git a/components/search_engines/android/java/src/org/chromium/components/
|
||||
diff --git a/components/search_engines/android/template_url_service_android.cc b/components/search_engines/android/template_url_service_android.cc
|
||||
--- a/components/search_engines/android/template_url_service_android.cc
|
||||
+++ b/components/search_engines/android/template_url_service_android.cc
|
||||
@@ -400,6 +400,7 @@ jboolean TemplateUrlServiceAndroid::SetPlayAPISearchEngine(
|
||||
@@ -404,6 +404,7 @@ jboolean TemplateUrlServiceAndroid::SetPlayAPISearchEngine(
|
||||
jimage_translate_source_language_param_key,
|
||||
const base::android::JavaParamRef<jstring>&
|
||||
jimage_translate_target_language_param_key) {
|
||||
|
||||
@@ -122,7 +122,7 @@ diff --git a/chrome/android/java/res/xml/developer_preferences.xml b/chrome/andr
|
||||
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
||||
--- a/chrome/browser/BUILD.gn
|
||||
+++ b/chrome/browser/BUILD.gn
|
||||
@@ -8010,6 +8010,13 @@ static_library("browser") {
|
||||
@@ -8012,6 +8012,13 @@ static_library("browser") {
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -1668,7 +1668,7 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
|
||||
diff --git a/chrome/browser/ui/lens/lens_overlay_query_controller.cc b/chrome/browser/ui/lens/lens_overlay_query_controller.cc
|
||||
--- a/chrome/browser/ui/lens/lens_overlay_query_controller.cc
|
||||
+++ b/chrome/browser/ui/lens/lens_overlay_query_controller.cc
|
||||
@@ -765,7 +765,7 @@ LensOverlayQueryController::CreateEndpointFetcher(
|
||||
@@ -770,7 +770,7 @@ LensOverlayQueryController::CreateEndpointFetcher(
|
||||
.SetTimeout(timeout)
|
||||
.SetUrl(fetch_url)
|
||||
.SetUploadProgressCallback(std::move(upload_progress_callback))
|
||||
@@ -1728,7 +1728,7 @@ diff --git a/components/commerce/core/subscriptions/subscriptions_server_proxy.c
|
||||
diff --git a/components/contextual_search/internal/composebox_query_controller.cc b/components/contextual_search/internal/composebox_query_controller.cc
|
||||
--- a/components/contextual_search/internal/composebox_query_controller.cc
|
||||
+++ b/components/contextual_search/internal/composebox_query_controller.cc
|
||||
@@ -772,7 +772,7 @@ ComposeboxQueryController::CreateEndpointFetcher(
|
||||
@@ -777,7 +777,7 @@ ComposeboxQueryController::CreateEndpointFetcher(
|
||||
.SetTimeout(timeout)
|
||||
.SetUploadProgressCallback(std::move(upload_progress_callback))
|
||||
.SetUrl(fetch_url)
|
||||
|
||||
@@ -76,7 +76,7 @@ diff --git a/components/embedder_support/origin_trials/origin_trial_policy_impl.
|
||||
diff --git a/content/browser/renderer_host/navigation_request.cc b/content/browser/renderer_host/navigation_request.cc
|
||||
--- a/content/browser/renderer_host/navigation_request.cc
|
||||
+++ b/content/browser/renderer_host/navigation_request.cc
|
||||
@@ -9798,7 +9798,6 @@ void NavigationRequest::SetSourceSiteInstanceToInitiatorIfNeeded() {
|
||||
@@ -9803,7 +9803,6 @@ void NavigationRequest::SetSourceSiteInstanceToInitiatorIfNeeded() {
|
||||
void NavigationRequest::ForceEnableOriginTrials(
|
||||
const std::vector<std::string>& trials) {
|
||||
DCHECK(!HasCommitted());
|
||||
|
||||
@@ -520,7 +520,7 @@ diff --git a/content/browser/loader/browser_initiated_resource_request.cc b/cont
|
||||
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
|
||||
--- a/content/renderer/render_frame_impl.cc
|
||||
+++ b/content/renderer/render_frame_impl.cc
|
||||
@@ -4458,6 +4458,10 @@ void RenderFrameImpl::FinalizeRequestInternal(
|
||||
@@ -4467,6 +4467,10 @@ void RenderFrameImpl::FinalizeRequestInternal(
|
||||
request.SetHttpHeaderField(
|
||||
blink::WebString::FromUTF8(blink::kDoNotTrackHeader), "1");
|
||||
}
|
||||
|
||||
@@ -1904,7 +1904,7 @@ new file mode 100644
|
||||
diff --git a/components/search_engines/android/template_url_service_android.cc b/components/search_engines/android/template_url_service_android.cc
|
||||
--- a/components/search_engines/android/template_url_service_android.cc
|
||||
+++ b/components/search_engines/android/template_url_service_android.cc
|
||||
@@ -419,7 +419,7 @@ jboolean TemplateUrlServiceAndroid::SetPlayAPISearchEngine(
|
||||
@@ -423,7 +423,7 @@ jboolean TemplateUrlServiceAndroid::SetPlayAPISearchEngine(
|
||||
if (regulatory_api_turl->safe_for_autoreplace()) {
|
||||
template_url_service_->ResetTemplateURL(
|
||||
regulatory_api_turl, regulatory_api_turl->short_name(),
|
||||
|
||||
@@ -719,7 +719,7 @@ diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
||||
deps += [ "//chrome/browser/ui/browser_window" ]
|
||||
}
|
||||
|
||||
@@ -7642,7 +7642,7 @@ static_library("browser") {
|
||||
@@ -7644,7 +7644,7 @@ static_library("browser") {
|
||||
deps += [ "//media/mojo/mojom:remoting" ]
|
||||
}
|
||||
|
||||
@@ -728,7 +728,7 @@ diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
||||
sources += [ "download/download_crx_util_android.cc" ]
|
||||
}
|
||||
|
||||
@@ -7956,7 +7956,7 @@ static_library("browser") {
|
||||
@@ -7958,7 +7958,7 @@ static_library("browser") {
|
||||
|
||||
# TODO(https://crbug.com/356905053): Add more dependencies here and merge this
|
||||
# block with the `enable_extensions` block above.
|
||||
@@ -737,7 +737,7 @@ diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
||||
sources += [
|
||||
# TODO(https://crbug.com/356905053): These files are temporary workarounds
|
||||
# allow for a lightweight extensions runtime in desktop-android builds.
|
||||
@@ -8736,7 +8736,7 @@ static_library("browser_generated_files") {
|
||||
@@ -8738,7 +8738,7 @@ static_library("browser_generated_files") {
|
||||
[ "//chrome/browser/ui/webui/new_tab_page/foo:mojo_bindings" ]
|
||||
}
|
||||
}
|
||||
@@ -2668,7 +2668,7 @@ diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
||||
sources += [
|
||||
# These API tests can't be part of platform_browser_tests because they
|
||||
# run in interactive_ui_tests on Win/Mac/Linux.
|
||||
@@ -8059,11 +8059,11 @@ test("unit_tests") {
|
||||
@@ -8060,11 +8060,11 @@ test("unit_tests") {
|
||||
deps += [ "//chrome/browser/android/extensions:android" ]
|
||||
}
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ diff --git a/components/omnibox/browser/autocomplete_classifier.cc b/components/
|
||||
diff --git a/components/omnibox/browser/omnibox_field_trial.cc b/components/omnibox/browser/omnibox_field_trial.cc
|
||||
--- a/components/omnibox/browser/omnibox_field_trial.cc
|
||||
+++ b/components/omnibox/browser/omnibox_field_trial.cc
|
||||
@@ -846,11 +846,11 @@ MLConfig& MLConfig::operator=(const MLConfig& other) = default;
|
||||
@@ -833,11 +833,11 @@ MLConfig& MLConfig::operator=(const MLConfig& other) = default;
|
||||
|
||||
ScopedMLConfigForTesting::ScopedMLConfigForTesting()
|
||||
: original_config_(std::make_unique<MLConfig>(GetMLConfig())) {
|
||||
|
||||
@@ -13,7 +13,7 @@ License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html
|
||||
diff --git a/components/omnibox/browser/autocomplete_result.cc b/components/omnibox/browser/autocomplete_result.cc
|
||||
--- a/components/omnibox/browser/autocomplete_result.cc
|
||||
+++ b/components/omnibox/browser/autocomplete_result.cc
|
||||
@@ -113,10 +113,11 @@ omnibox::ChromeAimEntryPoint GetAimActionEntrypointID() {
|
||||
@@ -102,10 +102,11 @@ constexpr size_t kMaxPedalMatchIndex =
|
||||
size_t AutocompleteResult::GetMaxMatches(
|
||||
bool is_zero_suggest,
|
||||
AutocompleteInput::FeaturedKeywordMode featured_keyword_mode) {
|
||||
|
||||
@@ -291,7 +291,7 @@ diff --git a/components/content_settings/core/browser/content_settings_registry.
|
||||
diff --git a/content/browser/renderer_host/navigation_request.cc b/content/browser/renderer_host/navigation_request.cc
|
||||
--- a/content/browser/renderer_host/navigation_request.cc
|
||||
+++ b/content/browser/renderer_host/navigation_request.cc
|
||||
@@ -4265,12 +4265,17 @@ UrlInfo NavigationRequest::GetUrlInfo() {
|
||||
@@ -4270,12 +4270,17 @@ UrlInfo NavigationRequest::GetUrlInfo() {
|
||||
// Compute the WebExposedIsolationInfo that will be bundled into UrlInfo.
|
||||
auto web_exposed_isolation_info = ComputeWebExposedIsolationInfo();
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/incognito/Incog
|
||||
diff --git a/chrome/browser/flag-metadata.json b/chrome/browser/flag-metadata.json
|
||||
--- a/chrome/browser/flag-metadata.json
|
||||
+++ b/chrome/browser/flag-metadata.json
|
||||
@@ -6143,10 +6143,10 @@
|
||||
@@ -6152,10 +6152,10 @@
|
||||
"expiry_milestone": -1
|
||||
},
|
||||
{
|
||||
|
||||
@@ -301,10 +301,10 @@ diff --git a/components/safe_browsing/core/common/safe_browsing_prefs.cc b/compo
|
||||
diff --git a/components/security_interstitials/core/features.cc b/components/security_interstitials/core/features.cc
|
||||
--- a/components/security_interstitials/core/features.cc
|
||||
+++ b/components/security_interstitials/core/features.cc
|
||||
@@ -10,5 +10,6 @@ namespace security_interstitials::features {
|
||||
|
||||
// Enables a dialog-based UI for HTTPS-First Mode.
|
||||
@@ -18,5 +18,6 @@ BASE_FEATURE(kHttpsFirstDialogUi, base::FEATURE_DISABLED_BY_DEFAULT);
|
||||
#else
|
||||
BASE_FEATURE(kHttpsFirstDialogUi, base::FEATURE_ENABLED_BY_DEFAULT);
|
||||
#endif
|
||||
+SET_CROMITE_FEATURE_DISABLED(kHttpsFirstDialogUi);
|
||||
|
||||
} // namespace security_interstitials::features
|
||||
|
||||
@@ -1414,7 +1414,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageL
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.view.ViewStub;
|
||||
@@ -213,7 +216,12 @@ public class NewTabPageLayout extends LinearLayout
|
||||
@@ -214,7 +217,12 @@ public class NewTabPageLayout extends LinearLayout
|
||||
Log.i(TAG, "NewTabPageLayout.onFinishInflate before insertSiteSectionView");
|
||||
|
||||
initializeSiteSectionView();
|
||||
@@ -1799,7 +1799,7 @@ diff --git a/chrome/browser/android/compositor/layer/toolbar_layer.cc b/chrome/b
|
||||
#include "cc/resources/scoped_ui_resource.h"
|
||||
#include "cc/slim/layer.h"
|
||||
#include "cc/slim/nine_patch_layer.h"
|
||||
@@ -134,6 +135,10 @@ void ToolbarLayer::PushResource(int toolbar_resource_id,
|
||||
@@ -145,6 +146,10 @@ void ToolbarLayer::PushResource(int toolbar_resource_id,
|
||||
y_offset = legacy_content_offset - layer_->bounds().height();
|
||||
}
|
||||
|
||||
|
||||
@@ -97,7 +97,7 @@ diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content
|
||||
#if BUILDFLAG(IS_ANDROID)
|
||||
#include "base/android/child_process_binding_types.h"
|
||||
#include "content/browser/font_unique_name_lookup/font_unique_name_lookup_service.h"
|
||||
@@ -3686,6 +3687,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
||||
@@ -3680,6 +3681,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
||||
switches::kDisableBestEffortTasks,
|
||||
switches::kDisableBreakpad,
|
||||
switches::kDisableFileSystem,
|
||||
|
||||
@@ -759,7 +759,7 @@ diff --git a/chrome/browser/ui/android/omnibox/BUILD.gn b/chrome/browser/ui/andr
|
||||
"//base:base_java",
|
||||
"//base/version_info/android:version_constants_java",
|
||||
"//build/android:build_java",
|
||||
@@ -538,8 +536,6 @@ robolectric_library("junit") {
|
||||
@@ -536,8 +534,6 @@ robolectric_library("junit") {
|
||||
deps = [
|
||||
":java",
|
||||
":java_resources",
|
||||
|
||||
@@ -905,7 +905,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageL
|
||||
private boolean mIsViewMoving;
|
||||
|
||||
/** Flag used to request some layout changes after the next layout pass is completed. */
|
||||
@@ -305,6 +310,7 @@ public class NewTabPageLayout extends LinearLayout
|
||||
@@ -308,6 +313,7 @@ public class NewTabPageLayout extends LinearLayout
|
||||
initializeMostVisitedTilesCoordinator(
|
||||
mProfile, lifecycleDispatcher, tileGroupDelegate, touchEnabledDelegate);
|
||||
initializeDseIconView(shouldShowDseIcon());
|
||||
@@ -913,7 +913,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageL
|
||||
initializeSearchBoxTextView();
|
||||
initializeVoiceSearchButton();
|
||||
initializeLensButton();
|
||||
@@ -737,8 +743,8 @@ public class NewTabPageLayout extends LinearLayout
|
||||
@@ -742,8 +748,8 @@ public class NewTabPageLayout extends LinearLayout
|
||||
private void calculateTabletMvtWidth(int totalWidth) {
|
||||
if (mMvTilesContainerLayout.getVisibility() == GONE) return;
|
||||
|
||||
@@ -924,7 +924,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageL
|
||||
updateMvtOnTablet();
|
||||
}
|
||||
|
||||
@@ -788,7 +794,7 @@ public class NewTabPageLayout extends LinearLayout
|
||||
@@ -793,7 +799,7 @@ public class NewTabPageLayout extends LinearLayout
|
||||
&& mInitialized) {
|
||||
return;
|
||||
}
|
||||
@@ -933,7 +933,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageL
|
||||
mSearchProviderIsGoogle = isGoogle;
|
||||
|
||||
if (!mSearchProviderIsGoogle) {
|
||||
@@ -837,6 +843,7 @@ public class NewTabPageLayout extends LinearLayout
|
||||
@@ -842,6 +848,7 @@ public class NewTabPageLayout extends LinearLayout
|
||||
* @param disable Whether to disable the animations.
|
||||
*/
|
||||
void setUrlFocusAnimationsDisabled(boolean disable) {
|
||||
@@ -941,7 +941,7 @@ diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageL
|
||||
if (disable == mDisableUrlFocusChangeAnimations) return;
|
||||
mDisableUrlFocusChangeAnimations = disable;
|
||||
if (!disable) onUrlFocusAnimationChanged();
|
||||
@@ -1241,6 +1248,22 @@ public class NewTabPageLayout extends LinearLayout
|
||||
@@ -1246,6 +1253,22 @@ public class NewTabPageLayout extends LinearLayout
|
||||
return mMostVisitedTilesCoordinator;
|
||||
}
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@ diff --git a/chrome/android/java/res/xml/privacy_preferences.xml b/chrome/androi
|
||||
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
||||
--- a/chrome/browser/about_flags.cc
|
||||
+++ b/chrome/browser/about_flags.cc
|
||||
@@ -11998,9 +11998,9 @@ const FeatureEntry kFeatureEntries[] = {
|
||||
@@ -12052,9 +12052,9 @@ const FeatureEntry kFeatureEntries[] = {
|
||||
FEATURE_VALUE_TYPE(::features::kBlockRootWindowAccessibleNameChangeEvent)},
|
||||
#endif // BUILDFLAG(IS_MAC)
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ Subject: Temp disable experimental-web-platform-features
|
||||
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
||||
--- a/chrome/browser/about_flags.cc
|
||||
+++ b/chrome/browser/about_flags.cc
|
||||
@@ -5532,10 +5532,10 @@ const FeatureEntry kFeatureEntries[] = {
|
||||
@@ -5581,10 +5581,10 @@ const FeatureEntry kFeatureEntries[] = {
|
||||
{"enable-gpu-rasterization", flag_descriptions::kGpuRasterizationName,
|
||||
flag_descriptions::kGpuRasterizationDescription, kOsAll,
|
||||
MULTI_VALUE_TYPE(kEnableGpuRasterizationChoices)},
|
||||
|
||||
@@ -1720,7 +1720,7 @@ diff --git a/chrome/browser/ui/android/toolbar/java/src/org/chromium/chrome/brow
|
||||
diff --git a/components/browser_ui/styles/android/BUILD.gn b/components/browser_ui/styles/android/BUILD.gn
|
||||
--- a/components/browser_ui/styles/android/BUILD.gn
|
||||
+++ b/components/browser_ui/styles/android/BUILD.gn
|
||||
@@ -251,6 +251,7 @@ android_resources("java_resources") {
|
||||
@@ -253,6 +253,7 @@ android_resources("java_resources") {
|
||||
"java/res/drawable/ic_visibility_off_black.xml",
|
||||
"java/res/drawable/ic_volume_off_white_24dp.xml",
|
||||
"java/res/drawable/ic_volume_on_white_24dp.xml",
|
||||
|
||||
@@ -1276,7 +1276,7 @@ diff --git a/content/browser/renderer_host/navigation_controller_android.h b/con
|
||||
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
||||
--- a/content/browser/renderer_host/render_process_host_impl.cc
|
||||
+++ b/content/browser/renderer_host/render_process_host_impl.cc
|
||||
@@ -3842,6 +3842,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
||||
@@ -3836,6 +3836,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
||||
#if BUILDFLAG(IS_CHROMEOS)
|
||||
switches::kSchedulerBoostUrgent,
|
||||
#endif
|
||||
|
||||
@@ -130,7 +130,7 @@ diff --git a/chrome/browser/ui/startup/bad_flags_prompt.cc b/chrome/browser/ui/s
|
||||
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
||||
--- a/content/browser/renderer_host/render_process_host_impl.cc
|
||||
+++ b/content/browser/renderer_host/render_process_host_impl.cc
|
||||
@@ -3847,6 +3847,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
||||
@@ -3841,6 +3841,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
||||
switches::kSchedulerBoostUrgent,
|
||||
#endif
|
||||
switches::kDesktopModeViewportMetaEnabled,
|
||||
|
||||
@@ -88,7 +88,7 @@ diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
||||
"//components/application_locale_storage",
|
||||
"//components/assist_ranker",
|
||||
"//components/autofill/content/browser",
|
||||
@@ -8508,6 +8514,7 @@ static_library("browser_public_dependencies") {
|
||||
@@ -8510,6 +8516,7 @@ static_library("browser_public_dependencies") {
|
||||
"//chrome/services/file_util/public/mojom",
|
||||
"//components/account_id",
|
||||
"//components/autofill/content/browser",
|
||||
|
||||
@@ -492,7 +492,7 @@ diff --git a/chrome/browser/long_screenshots/long_screenshots_tab_service.cc b/c
|
||||
diff --git a/chrome/browser/metrics/chrome_metrics_service_client.cc b/chrome/browser/metrics/chrome_metrics_service_client.cc
|
||||
--- a/chrome/browser/metrics/chrome_metrics_service_client.cc
|
||||
+++ b/chrome/browser/metrics/chrome_metrics_service_client.cc
|
||||
@@ -634,7 +634,7 @@ ChromeMetricsServiceClient::GetNetworkTimeTracker() {
|
||||
@@ -635,7 +635,7 @@ ChromeMetricsServiceClient::GetNetworkTimeTracker() {
|
||||
}
|
||||
|
||||
bool ChromeMetricsServiceClient::GetBrand(std::string* brand_code) {
|
||||
@@ -900,7 +900,7 @@ diff --git a/chrome/browser/ui/android/omnibox/java/src/org/chromium/chrome/brow
|
||||
diff --git a/chrome/browser/ui/webui/new_tab_page/new_tab_page_ui.cc b/chrome/browser/ui/webui/new_tab_page/new_tab_page_ui.cc
|
||||
--- a/chrome/browser/ui/webui/new_tab_page/new_tab_page_ui.cc
|
||||
+++ b/chrome/browser/ui/webui/new_tab_page/new_tab_page_ui.cc
|
||||
@@ -743,12 +743,6 @@ content::WebUIDataSource* CreateAndAddNewTabPageUiHtmlSource(Profile* profile) {
|
||||
@@ -747,12 +747,6 @@ content::WebUIDataSource* CreateAndAddNewTabPageUiHtmlSource(Profile* profile) {
|
||||
// chrome-untrusted://new-tab-page for other external content and resources.
|
||||
// NOTE: Use caution when overriding content security policies as that cean
|
||||
// lead to subtle security bugs such as https://crbug.com/1251541.
|
||||
|
||||
Reference in New Issue
Block a user