| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index f2d48a5a4252074c5458029478be8e8a287ebc81..fc1df96cb34d182546e130fd40b908aa7f09478a 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -12270,6 +12270,19 @@ read aloud to screenreader users to announce that a completion is available.">
|
| <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the browser session is being controlled by an automated test.">
|
| Chrome is being controlled by automated test software.
|
| </message>
|
| +
|
| + <!-- Media capture notification strings -->
|
| + <if expr="is_android">
|
| + <message name="IDS_VIDEO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video call is in progress." formatter_data="android_java">
|
| + Accessing video input
|
| + </message>
|
| + <message name="IDS_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC audio call is in progress" formatter_data="android_java">
|
| + Accessing audio input
|
| + </message>
|
| + <message name="IDS_VIDEO_AUDIO_CALL_NOTIFICATION_TEXT_2" desc="Text to be shown as a notification when a WebRTC video and audio call is in progress" formatter_data="android_java">
|
| + Accessing audio and video input
|
| + </message>
|
| + </if>
|
| </messages>
|
| </release>
|
| </grit>
|
|
|