Skip to content

Commit

Permalink
Cromite Branding: improve settings ui: fix corrupt patch
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Sep 26, 2024
1 parent 895bce1 commit 385912c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/patches/Cromite-Branding--improve-settings-ui.patch
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ diff --git a/chrome/android/chrome_java_resources.gni b/chrome/android/chrome_ja
diff --git a/chrome/android/java/res/xml/main_preferences.xml b/chrome/android/java/res/xml/main_preferences.xml
--- a/chrome/android/java/res/xml/main_preferences.xml
+++ b/chrome/android/java/res/xml/main_preferences.xml
@@ -13,7 +13,7 @@ found in the LICENSE file.
@@ -7,7 +7,7 @@
android:key="sync_promo"
android:order="0"/>
<PreferenceCategory
Expand All @@ -39,7 +39,7 @@ diff --git a/chrome/android/java/res/xml/main_preferences.xml b/chrome/android/j
android:order="1001"
android:title="@string/prefs_section_account_and_google_services"/>
<org.chromium.chrome.browser.sync.settings.SignInPreference
@@ -26,7 +26,7 @@ found in the LICENSE file.
@@ -20,7 +20,7 @@
android:layout="@layout/account_management_account_row"
android:title="@string/sync_category_title"/>
<org.chromium.components.browser_ui.settings.ChromeBasePreference
Expand All @@ -52,7 +52,7 @@ diff --git a/chrome/android/java/res/xml/privacy_preferences_cromite.xml b/chrom
new file mode 100644
--- /dev/null
+++ b/chrome/android/java/res/xml/privacy_preferences_cromite.xml
@@ -0,0 +1,190 @@
@@ -0,0 +1,184 @@
+<?xml version="1.0" encoding="utf-8"?><!--
+Copyright 2022 The Chromium Authors
+Use of this source code is governed by a BSD-style license that can be
Expand Down

0 comments on commit 385912c

Please sign in to comment.