| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index c61990d43bbff72c48b47d8486dbdd610db1fcbf..db54725d887d02c037bec58ff754da4cbbcbdcb2 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -5644,6 +5644,14 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| <message name="IDS_FLAGS_WEBRTC_STUN_ORIGIN_DESCRIPTION" desc="Description of chrome:flags option to turn on Origin header for WebRTC STUN messages">
|
| When enabled, Stun messages generated by WebRTC will contain the Origin header.
|
| </message>
|
| + <if expr="is_android">
|
| + <message name="IDS_FLAGS_MEDIA_SCREEN_CAPTURE_NAME" desc="Name of chrome:flags option to enable screen capture." translateable="false">
|
| + Experimental ScreenCapture.
|
| + </message>
|
| + <message name="IDS_FLAGS_MEDIA_SCREEN_CAPTURE_DESCRIPTION" desc="Description of chrome:flags option to enable screen capture." translateable="false">
|
| + Enable this option for experimental ScreenCapture feature on Android.
|
| + </message>
|
| + </if>
|
| <if expr="enable_webrtc">
|
| <message name="IDS_FLAGS_WEBRTC_H264_WITH_OPENH264_FFMPEG_NAME" desc="Name of chrome:flags option to enable WebRTC H.264 sw encoder/decoder">
|
| WebRTC H.264 software video encoder/decoder
|
| @@ -13000,6 +13008,9 @@ Tell us what happened exactly before you got the profile error message:
|
| <message name="IDS_MEDIA_CAPTURE_VIDEO_ONLY" desc="Question asked on the info bar whenever a web page requests access to the computer's camera.">
|
| <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to use your camera.
|
| </message>
|
| + <message name="IDS_MEDIA_CAPTURE_SCREEN" desc="Question asked on the info bar whenever a web page requests access to the device's screen.">
|
| + <ph name="HOST">$1<ex>html5rocks.com</ex></ph> wants to share your screen.
|
| + </message>
|
| <message name="IDS_MEDIA_CAPTURE_AUDIO_AND_VIDEO_PERMISSION_FRAGMENT" desc="Permission fragment shown in the permissions bubble when a web page requests access to the computer's microphone and camera.">
|
| Use your camera and microphone
|
| </message>
|
|
|