Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(823)

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2123863004: ScreenCapture for Android phase1, part II (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments in components/content_settings/ Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 5fe470853ddc68ed3aec6f0a378c3afab482949c..600481bbe4755c42b63cf902bca8b95befb09d26 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5585,6 +5585,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.">
+ Experimental ScreenCapture.
+ </message>
+ <message name="IDS_FLAGS_MEDIA_SCREEN_CAPTURE_DESCRIPTION" desc="Description of chrome:flags option to enable screen capture.">
+ Enabls this option for experimental ScreenCapture feature on Android.
miu 2016/07/14 22:25:52 Please fix typo: s/Enabls/Enable/
braveyao 2016/07/18 20:46:31 Done.
+ </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
@@ -12875,6 +12883,9 @@ Some features may be unavailable. Please check that the profile exists and you
<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>

Powered by Google App Engine
This is Rietveld 408576698