Index: chrome/app/google_chrome_strings.grd |
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd |
index e7864a2540848e2aaf9fdb600fb3a7e013c981f6..114624d1893557015a60a656261f53e616f88ce3 100644 |
--- a/chrome/app/google_chrome_strings.grd |
+++ b/chrome/app/google_chrome_strings.grd |
@@ -1259,6 +1259,22 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth |
</message> |
</if> |
+ <!-- Runtime permission infobar strings --> |
+ <if expr="is_android"> |
+ <message name="IDS_INFOBAR_MISSING_CAMERA_PERMISSION_TEXT" desc="Text shown in an infobar when a website has requested access to the camera capabilities, but Chrome is missing the Android camera permission."> |
+ Chrome needs camera access to share it with this site. |
+ </message> |
+ <message name="IDS_INFOBAR_MISSING_MICROPHONE_PERMISSION_TEXT" desc="Text shown in an infobar when a website has requested access to the microphone capabilities, but Chrome is missing the Android microphone permission."> |
+ Chrome needs microphone access to share it with this site. |
+ </message> |
+ <message name="IDS_INFOBAR_MISSING_LOCATION_PERMISSION_TEXT" desc="Text shown in an infobar when a website has requested access to the location capabilities, but Chrome is missing the Android location permission."> |
+ Chrome needs location access to share it with this site. |
+ </message> |
+ <message name="IDS_INFOBAR_MISSING_MULTIPLE_PERMISSIONS_TEXT" desc="Text shown in an infobar when a website has requested access to the multiple restricted capabilities (e.g. location, camera, microphone), but Chrome is missing the corresponding Android permissions."> |
+ Chrome needs permissions access to share them with this site. |
+ </message> |
+ </if> |
+ |
<!-- OOBE --> |
<if expr="chromeos"> |
<message name="IDS_INSTALLING_UPDATE" desc="Label shown on the updates installation screen during OOBE"> |