This flag is now just `is_chromeos`. Chromium changes: https://chromium.googlesource.com/chromium/src/+/0f7b960cab3770ad72753fc4a27bf8226eefb4f6 commit 0f7b960cab3770ad72753fc4a27bf8226eefb4f6 Author: dpapad <dpapad@chromium.org> Date: Tue Jul 8 15:25:56 2025 -0700 Cleanup: Remove 'chromeos_ash' Grit variable. 'chromeos_ash' usages have been replaced by 'is_chromeos' and the former is no longer needed. A few remaining usages are removed in this CL. Bug: 373972275 Change-Id: I7fa82b8a1b6e91e6277bbd2f9f3eb500960459e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6715838 Reviewed-by: Teresa Mao <temao@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Teresa Mao <temao@chromium.org> Cr-Commit-Position: refs/heads/main@{#1484034}
19 lines
584 B
XML
19 lines
584 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- Settings-specific strings shared by Browser and ChromeOS settings -->
|
|
<grit-part>
|
|
<message name="IDS_SETTINGS_NEARBY_SHARE_DESCRIPTION" desc="A description of nearby share that helps users understand what the feature is used for.">
|
|
Share files with profiles around you. <ph name="LINK_BEGIN"><a></ph>Learn more<ph name="LINK_END"></a></ph>
|
|
</message>
|
|
<if expr="is_fuchsia">
|
|
<then>
|
|
</then>
|
|
<else>
|
|
</else>
|
|
</if>
|
|
<if expr="is_chromeos">
|
|
</if>
|
|
|
|
<if expr="is_chromeos">
|
|
</if>
|
|
</grit-part>
|