Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 431e3ffa972a14b1294dda96fb2ad731c37229dc..9c809b946980bfb692b3b1fc48aeb61247c5c4a3 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -5857,6 +5857,14 @@ Keep your key file in a safe place. You will need it to create new versions of y |
| <message name="IDS_FLAGS_GESTURE_REQUIREMENT_FOR_MEDIA_PLAYBACK_DESCRIPTION" desc="Description for the flag for gesture requiment for media playback"> |
| User gesture requirement for playing media elements. Disabling this will allow autoplay to work. |
| </message> |
| + <if expr="not is_android"> |
| + <message name="IDS_FLAGS_CROSS_ORIGIN_MEDIA_PLAYBACK_REQUIRES_USER_GESTURE_NAME" desc="Title for the flag for gesture requiment for media playback"> |
| + Gesture requirement for media playback in cross-origin iframes |
|
mlamouri (slow - plz ping)
2016/11/18 14:33:10
What about "Media playback requires user gesture i
Zhiqiang Zhang (Slow)
2016/11/21 18:06:23
Done.
|
| + </message> |
| + <message name="IDS_FLAGS_CROSS_ORIGIN_MEDIA_PLAYBACK_REQUIRES_USER_GESTURE_DESCRIPTION" desc="Description for the flag for gesture requiment for media playback"> |
| + User gesture requirement for playing media elements in cross-origin iframes. Disabling this will allow autoplay in cross-origin iframes to work. |
|
mlamouri (slow - plz ping)
2016/11/18 14:33:10
Same as above for the first sentence so it's activ
Zhiqiang Zhang (Slow)
2016/11/21 18:06:23
Done.
|
| + </message> |
| + </if> |
| <message name="IDS_FLAGS_PASSIVE_DOCUMENT_EVENT_LISTENERS_DESCRIPTION" desc="Description for the flag to adjust the default behaviour for document level passive touch listeners."> |
| Forces touchstart, and touchmove event listeners on document level targets (which haven't requested otherwise) to be treated as passive. |
| </message> |