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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1576073003: Support Audio for Desktop Capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 11 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 130dea44d4f851c02bf5cf019de70bea1e04ec01..ae6d9793147526f3805e0a9d08d7d850b52ecea4 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13533,10 +13533,15 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
<message name="IDS_DESTOP_MEDIA_PICKER_VIRTUAL_SCREEN_NAME" desc="The name of the virtual display which is shown in the picker">
Virtual Display
</message>
+
<message name="IDS_DESKTOP_MEDIA_PICKER_CHROME_TAB_TITLE" desc="Chrome tab's title shown in window picker dialog">
Tab: <ph name="CHROME_TAB_TITLE">$1<ex>YouTube</ex></ph>
</message>
+ <message name="IDS_DESTOP_MEDIA_PICKER_ALLOW_AUDIO" desc="The label of a checkbox that the user can choose to allow or deny audio sharing">
+ Allow audio sharing
+ </message>
+
<!-- Local Device Discovery display strings -->
<if expr="enable_service_discovery">
<message name="IDS_LOCAL_DISCOVERY_SERVICE_REGISTER" desc="Name for button to register device in the Cloud">

Powered by Google App Engine
This is Rietveld 408576698