Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 67410b483d2973df4f5912c6e518dbca63b8195d..d8235d37c1b87181f178fa15bee101e1daea5f4e 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -5609,6 +5609,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."> |
gone
2016/08/10 19:04:03
Add this to both of your about:flags strings:
tra
braveyao
2016/08/12 23:37:44
Done.
|
+ Experimental ScreenCapture. |
+ </message> |
+ <message name="IDS_FLAGS_MEDIA_SCREEN_CAPTURE_DESCRIPTION" desc="Description of chrome:flags option to enable screen capture."> |
+ 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 |
@@ -12995,6 +13003,9 @@ Tell us what happened exactly before you got the profile error message: |
<message name="IDS_MEDIA_CAPTURE_VIDEO_ONLY_PERMISSION_FRAGMENT" desc="Permission fragment shown in the permissions bubble when a web page requests access to the computer's camera."> |
Use your camera |
</message> |
+ <message name="IDS_MEDIA_CAPTURE_SCREEN_PERMISSION_FRAGMENT" desc="Permission fragment shown in the permissions bubble when a web page requests access to the computer's screen."> |
+ share your screen |
+ </message> |
<message name="IDS_MEDIA_CAPTURE_ALLOW" desc="Label for a button that grants access to a web page, so they can use a camera and/or a microphone."> |
Allow |
</message> |