mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
patches: format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/chrome/browser/resources/side_panel/customize_chrome/app.ts
|
||||
+++ b/chrome/browser/resources/side_panel/customize_chrome/app.ts
|
||||
@@ -133,24 +133,6 @@ export class AppElement extends AppElementBase {
|
||||
@@ -133,24 +133,6 @@ export class AppElement extends AppEleme
|
||||
element.scrollIntoView({behavior: 'auto'});
|
||||
});
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
this.pageHandler_.updateAttachedTabState();
|
||||
|
||||
// We wait for load because `scrollIntoView` above requires the page to be
|
||||
@@ -275,10 +257,6 @@ export class AppElement extends AppElementBase {
|
||||
@@ -275,10 +257,6 @@ export class AppElement extends AppEleme
|
||||
await this.updateComplete;
|
||||
page.focusOnBackButton();
|
||||
}
|
||||
@@ -38,7 +38,7 @@
|
||||
declare global {
|
||||
--- a/chrome/browser/resources/side_panel/customize_chrome/appearance.ts
|
||||
+++ b/chrome/browser/resources/side_panel/customize_chrome/appearance.ts
|
||||
@@ -129,12 +129,6 @@ export class AppearanceElement extends AppearanceElementBase {
|
||||
@@ -129,12 +129,6 @@ export class AppearanceElement extends A
|
||||
});
|
||||
this.pageHandler_.updateTheme();
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<settings-subpage
|
||||
--- a/chrome/browser/resources/settings/privacy_page/personalization_options.html
|
||||
+++ b/chrome/browser/resources/settings/privacy_page/personalization_options.html
|
||||
@@ -129,15 +123,6 @@
|
||||
@@ -123,15 +123,6 @@
|
||||
</cr-link-row>
|
||||
</if><!-- chromeos -->
|
||||
</if><!-- _google_chrome -->
|
||||
@@ -74,7 +74,7 @@
|
||||
<settings-toggle-button id="priceEmailNotificationsToggle"
|
||||
--- a/chrome/browser/resources/settings/privacy_page/personalization_options.ts
|
||||
+++ b/chrome/browser/resources/settings/privacy_page/personalization_options.ts
|
||||
@@ -260,14 +256,6 @@ export class SettingsPersonalizationOptionsElement extends
|
||||
@@ -256,14 +256,6 @@ export class SettingsPersonalizationOpti
|
||||
}
|
||||
// </if>
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
}
|
||||
--- a/chrome/browser/resources/settings/route.ts
|
||||
+++ b/chrome/browser/resources/settings/route.ts
|
||||
@@ -189,13 +189,6 @@ function createRoutes(): SettingsRoutes {
|
||||
@@ -189,13 +189,6 @@ function createRoutes(): SettingsRoutes
|
||||
r.IMPORT_DATA = r.PEOPLE.createChild('/importData');
|
||||
r.IMPORT_DATA.isNavigableDialog = true;
|
||||
// </if>
|
||||
@@ -107,7 +107,7 @@
|
||||
const visibility = pageVisibility || {};
|
||||
--- a/chrome/browser/resources/settings/search_page/search_page.html
|
||||
+++ b/chrome/browser/resources/settings/search_page/search_page.html
|
||||
@@ -80,6 +75,14 @@
|
||||
@@ -75,6 +75,14 @@
|
||||
<div>[[confirmationToastLabel_]]</div>
|
||||
</cr-toast>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user