# Removes in order:
# 'Learn more' links on the performance page
# more 'Learn more' links on the performance page
# link to Chrome store on the extensions page when empty
# link to Chrome store in extensions page sidebar
# 'Tabs from other devices' entry on the History page sidebar
# the 'Learn more' link on new incognito tabs
# Live captions entry from the settings page
# link to Google's accessibility site from the settings page
# update status icon on the About page
# update status text on the About page
# link to Google's help site on the About page
# external link for theme entry on settings page
# the Google account line from the Payment methods page
# Safety check section on the settings page
# Google sign-in and Anonymized Data Collection sections
# help bubble for the removed data collection section
# Privacy guide promo on the privacy page
# Privacy guide section on the privacy page
# The password leak detection toggle on the security settings page
# Advanced Protection Program link on the security settings page
# the 'Learn more' link from the search engine entry on the settings page
# Safety Check entry on the side menu on the settings page
# the (?) learn more button on many settings pages
# 'Sign in to see tabs from other devices' in the history submenu
# the 'Vist Chrome Web Store' entry in the extensions section of the main menu
# the side panel entry in All Bookmarks
# the feedback entry in the third party cookie popup
# the 'Learn more' link on crashed tabs
# the Third-party sign-in site settings (FedCM)
# non-functional AI options
# disable LiveCaption flag by default, this also removes non-functional Live Caption checkbox from media controls
# the new feature badges
--- a/chrome/app/settings_chromium_strings.grdp
+++ b/chrome/app/settings_chromium_strings.grdp
@@ -359,13 +359,13 @@ Chromium understands forms better and ca
- Chromium frees up memory from inactive tabs. This gives active tabs and other apps more computer resources and keeps Chromium fast. Your inactive tabs automatically become active again when you go back to them. <a href="$1" target="_blank" id="learn-more" aria-description="$2">Learn more about Memory Saver</a>
+ Chromium frees up memory from inactive tabs. This gives active tabs and other apps more computer resources and keeps Chromium fast. Your inactive tabs automatically become active again when you go back to them.
- Chromium conserves battery power by limiting background activity and visual effects, such as smooth scrolling and video frame rates. <a href="$1" target="_blank" id="learn-more" aria-description="$2">Learn more about Energy Saver</a>
+ Chromium conserves battery power by limiting background activity and visual effects, such as smooth scrolling and video frame rates.
- Chromium preloads pages which makes browsing and searching faster. <a href="$1" target="_blank" id="learn-more" aria-description="$2">Learn more about preload pages</a>
+ Chromium preloads pages which makes browsing and searching faster.
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -1096,7 +1096,7 @@
Active site
- Sites you add will always stay active and memory won't be freed up from them. <a href="$1" target="_blank">Learn more about keeping specific sites active</a>
+ Sites you add will always stay active and memory won't be freed up from them.
Power
@@ -1120,7 +1120,7 @@
Inactive tabs appearance
- A dotted circle appears around site icons. <a href="$1" target="_blank" aria-description="$2">Learn more about inactive tabs</a>
+ A dotted circle appears around site icons.
Tab hover preview card appearance
@@ -1132,7 +1132,7 @@
Performance issue alerts
- Get notifications that suggest ways to improve detected performance issues. <a href="$1" target="_blank" aria-description="$2">Learn more about performance issue alerts</a>
+ Get notifications that suggest ways to improve detected performance issues.
--- a/chrome/browser/resources/extensions/item_list.html.ts
+++ b/chrome/browser/resources/extensions/item_list.html.ts
@@ -30,12 +30,6 @@ export function getHtml(this: Extensions
` : ''}
-
-
- $i18nRaw{noExtensionsOrApps}
-
-
$i18n{noSearchResults}
--- a/chrome/browser/resources/extensions/sidebar.html.ts
+++ b/chrome/browser/resources/extensions/sidebar.html.ts
@@ -33,24 +33,6 @@ export function getHtml(this: Extensions
-
- ${this.inDevMode ? html`
-
- `: ''}
-
-
`;
// clang-format on
}
--- a/chrome/browser/resources/extensions/sidebar.ts
+++ b/chrome/browser/resources/extensions/sidebar.ts
@@ -8,7 +8,6 @@ import './icons.html.js';
import type {CrMenuSelector} from 'chrome://resources/cr_elements/cr_menu_selector/cr_menu_selector.js';
import {I18nMixinLit} from 'chrome://resources/cr_elements/i18n_mixin_lit.js';
import {assert} from 'chrome://resources/js/assert.js';
-import {loadTimeData} from 'chrome://resources/js/load_time_data.js';
import {CrLitElement} from 'chrome://resources/lit/v3_0/lit.rollup.js';
import type {PropertyValues} from 'chrome://resources/lit/v3_0/lit.rollup.js';
@@ -113,21 +112,6 @@ export class ExtensionsSidebarElement ex
}
}
- protected computeDiscoverMoreText_(): TrustedHTML {
- return this.i18nAdvanced('sidebarDiscoverMore', {
- tags: ['a'],
- attrs: ['target'],
- substitutions: [loadTimeData.getString('getMoreExtensionsUrl')],
- });
- }
-
- protected computeDocsPromoText_(): TrustedHTML {
- return this.i18nAdvanced('sidebarDocsPromo', {
- tags: ['a'],
- attrs: ['target'],
- substitutions: [loadTimeData.getString('extensionsWhatsNewURL')],
- });
- }
}
declare global {
--- a/chrome/browser/resources/history/side_bar.html.ts
+++ b/chrome/browser/resources/history/side_bar.html.ts
@@ -22,13 +22,6 @@ export function getHtml(this: HistorySid
$i18n{historyMenuItem}
-