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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 186133005: Adds extension name to the screencast notification bar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/desktop_capture/desktop_capture_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index b31418d97efb084ca3f6953a5ffb70d12146a9a6..c61920c871ece9c82696bfaaa824c502e24ed8e4 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -9613,6 +9613,9 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
<message name="IDS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_TEXT" desc="label used in screen capture notification UI to show the screen sharing status">
<ph name="APP_NAME">$1<ex>Google Cast</ex></ph> is sharing your screen.
</message>
+ <message name="IDS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_TEXT_2" desc="label used in screen capture notification UI to show the screen sharing status when the stream is registered by an extension and used by web contents">
Robert Sesek 2014/03/05 18:11:49 I don't understand the _2 in the naming of these r
jiayl 2014/03/05 18:19:21 _2 is used when the consumer of the screencast str
Robert Sesek 2014/03/05 18:38:31 That does seem like a difference that's hard to co
+ <ph name="EXTENSION_NAME">$1<ex>Google Cast</ex></ph> is sharing your screen with <ph name="APP_NAME">$2<ex>https://google.com</ex></ph>.
+ </message>
<message name="IDS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_STOP" desc="Text shown on the button that stops screen capture.">
Stop sharing
</message>
@@ -14563,6 +14566,9 @@ Do you accept?
<message name="IDS_DESKTOP_MEDIA_PICKER_TEXT" desc="Text for the window picker dialog shown when desktop capture is requrested by an app.">
<ph name="APP_NAME">$1<ex>Google Hangouts</ex></ph> would like to share the content of your screen. Please select the whole screen or a particular window.
</message>
+ <message name="IDS_DESKTOP_MEDIA_PICKER_TEXT_2" desc="Text for the window picker dialog shown when desktop capture is requrested by an app to be used by web contents.">
+ <ph name="APP_NAME">$1<ex>Google Hangouts</ex></ph> would like to share the content of your screen with <ph name="TARGET_NAME">$2<ex>https://google.com</ex></ph>. Please select the whole screen or a particular window.
+ </message>
<message name="IDS_DESKTOP_MEDIA_PICKER_SINGLE_SCREEN_NAME" desc="Name for screens in the desktop media picker UI when there is only one monitor.">
Screen
</message>
« no previous file with comments | « no previous file | chrome/browser/extensions/api/desktop_capture/desktop_capture_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698