From eb18428ca6bc2665728ca6dc8f91308affbd705e Mon Sep 17 00:00:00 2001 From: Emerick Rogul Date: Tue, 20 Jun 2023 14:29:46 -0400 Subject: [PATCH] Import polymer_overriding.js to get cr-button branding overrides --- ..._customization-profile_customization_app.ts.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/chrome-browser-resources-signin-profile_customization-profile_customization_app.ts.patch diff --git a/patches/chrome-browser-resources-signin-profile_customization-profile_customization_app.ts.patch b/patches/chrome-browser-resources-signin-profile_customization-profile_customization_app.ts.patch new file mode 100644 index 000000000000..3b42c22fee53 --- /dev/null +++ b/patches/chrome-browser-resources-signin-profile_customization-profile_customization_app.ts.patch @@ -0,0 +1,12 @@ +diff --git a/chrome/browser/resources/signin/profile_customization/profile_customization_app.ts b/chrome/browser/resources/signin/profile_customization/profile_customization_app.ts +index 6a2576a30727b155ba6643bc9914cc95dea16f63..a159bc3a9a341b1fd749578fd489315e7bcfc0fb 100644 +--- a/chrome/browser/resources/signin/profile_customization/profile_customization_app.ts ++++ b/chrome/browser/resources/signin/profile_customization/profile_customization_app.ts +@@ -2,6 +2,7 @@ + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. + ++import 'chrome://resources/brave/polymer_overriding.js'; + import 'chrome://resources/cr_components/customize_themes/customize_themes.js'; + import 'chrome://resources/cr_elements/cr_button/cr_button.js'; + import 'chrome://resources/cr_elements/cr_input/cr_input.js';