commit | ca83cd669b0e3f96070321a2af4f78f14c4746b0 | [log] [tgz] |
---|---|---|
author | Joel Hockey <[email protected]> | Wed Apr 14 06:12:39 2021 |
committer | Chromium LUCI CQ <[email protected]> | Wed Apr 14 06:12:39 2021 |
tree | db622f4f677c033f5b62d256a6eb6b1163a6e847 | |
parent | 7a8dc9a4762c567ecfd7858aa391fbd7a569424d [diff] [blame] |
Replace UILockBubble with SubtleNotificationView used by chrome Reusing code to guarantee that we get the same visual look. One particular difference is to have the box around the accelerator name in the string "Press and hold [Esc] to exit full screen". Bug: 1198400 Change-Id: I532e49d6c3d0a2b3c4dbce82c6ccd6125eeb90fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2823430 Reviewed-by: Ted Choc <[email protected]> Reviewed-by: Yuwei Huang <[email protected]> Reviewed-by: Peter Boström <[email protected]> Reviewed-by: Mitsuru Oshima (Slow - Gardening) <[email protected]> Commit-Queue: Joel Hockey <[email protected]> Cr-Commit-Position: refs/heads/master@{#872297}
diff --git a/components/fullscreen_control_strings.grdp b/components/fullscreen_control_strings.grdp index c608732f..e1b2985 100644 --- a/components/fullscreen_control_strings.grdp +++ b/components/fullscreen_control_strings.grdp
@@ -3,4 +3,7 @@ <message name="IDS_EXIT_FULLSCREEN_MODE" desc="Clickable message displayed on entering full screen mode. Clicking on the link exits full screen mode."> Exit full screen </message> + <message name="IDS_FULLSCREEN_HOLD_ESC_TO_EXIT_FULLSCREEN" desc="Text displayed in the bubble to tell users how to return from fullscreen mode (where the web page occupies the entire screen) to normal mode. Please surround the name of the key (e.g. 'Esc') in pipe characters so it can be rendered as a key."> + Press and hold |<ph name="ACCELERATOR">$1<ex>Esc</ex></ph>| to exit full screen + </message> </grit-part>