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

Unified Diff: chrome/app/generated_resources.grd

Issue 10168008: Show camera and microphone status indicators. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added back the media_stream_capture_indicator Created 8 years, 8 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 5fa67a4ffb1d0d63fbdd91060941715f5a626576..304deea8fb8869c49314b65eaea1a38caf005d96 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -11056,6 +11056,7 @@ Some features may be unavailable. Please check that the profile exists and you
Type your search query here
</message>
+
<!-- Sync strings -->
<!-- Sync options dialog strings -->
@@ -15877,6 +15878,26 @@ Battery full
Devices
</message>
+ <!-- MediaStream capture status tray icon -->
+ <message name="IDS_MEDIA_STREAM_STATUS_TRAY_MENU_ITEM" desc="Title of the web page to display in the capture tray icon menu when it is using the capture devices">
+ <ph name="TITLE">$1<ex>html5rocks.com</ex></ph>
+ </message>
+ <message name="IDS_MEDIA_STREAM_STATUS_TRAY_TOOLTIP" desc="Tool tip for the capture status tray icon">
+ <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is using your camera and/or microphone.
+ </message>
+ <message name="IDS_MEDIA_STREAM_STATUS_TRAY_BALLOON_TITLE" desc="Title of the balloon shown by the tray notification icon every time MediaStream starts capturing using a camera and/or a microphone">
+ <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is using your camera and/or microphone.
+ </message>
+ <message name="IDS_MEDIA_STREAM_STATUS_TRAY_BALLOON_BODY_AUDIO_AND_VIDEO" desc="Contents of the balloon shown by the tray notification icon every time MediaStream starts capturing">
+ <ph name="TITLE">$1<ex>html5rocks.com</ex></ph> is using your camera and microphone.
+ </message>
+ <message name="IDS_MEDIA_STREAM_STATUS_TRAY_BALLOON_BODY_AUDIO_ONLY" desc="Contents of the balloon shown by the tray notification icon every time MediaStream starts capturing">
+ <ph name="TITLE">$1<ex>html5rocks.com</ex></ph> is using your microphone.
+ </message>
+ <message name="IDS_MEDIA_STREAM_STATUS_TRAY_BALLOON_BODY_VIDEO_ONLY" desc="Contents of the balloon shown by the tray notification icon every time MediaStream starts capturing">
+ <ph name="TITLE">$1<ex>html5rocks.com</ex></ph> is using your camera.
+ </message>
+
<!-- Quota messages -->
<if expr="pp_ifdef('android')">
<message name="IDS_REQUEST_QUOTA_INFOBAR_QUESTION" desc="Mobile: For mobile device. Question asked on the info bar whenever webapp requests new (larger) quota to persistently store data on the mobile device (e.g. for persistent-type filesystem).">

Powered by Google App Engine
This is Rietveld 408576698