Index: chrome/android/java/strings/android_chrome_strings.grd |
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd |
index c3d3fa5c8170d99f759d8fb2ec7400c62f1d056c..ecc0e6a7f79fc0fe26294855c98b07d0de4259f2 100644 |
--- a/chrome/android/java/strings/android_chrome_strings.grd |
+++ b/chrome/android/java/strings/android_chrome_strings.grd |
@@ -2264,6 +2264,32 @@ However, you aren’t invisible. Going incognito doesn’t hide your browsing fr |
Client side certificate selection is not supported by the operating system. |
</message> |
+ <!-- Coalesced Permission Infobar --> |
+ <message name="IDS_COALESCED_PERMISSION_INFOBAR_GEOLOCATION" desc="Description used on the info bar when the user's location is one of several requested permissions."> |
gone
2015/09/25 11:02:57
why can't you use the ones that are already in gen
Lalit Maganti
2015/09/25 13:09:23
Done.
|
+ Know your location |
+ </message> |
+ <message name="IDS_COALESCED_PERMISSION_INFOBAR_NOTIFICATIONS" desc="Description used on the info bar when sending notifications is one of several requested permissions."> |
+ Send notifications |
+ </message> |
+ <message name="IDS_COALESCED_PERMISSION_INFOBAR_MIDI" desc="Description used on the info bar when control of MIDI devices is one of several requested permissions."> |
+ Have full control of MIDI devices |
+ </message> |
+ <message name="IDS_COALESCED_PERMISSION_INFOBAR_PUSH" desc="Description used on the info bar when receiving push messages is one of several requested permissions."> |
+ Receive push messages |
+ </message> |
+ <message name="IDS_COALESCED_PERMISSION_INFOBAR_PROTECTED_MEDIA" desc="Description used on the info bar when knowing the media device identifier is one of several requested permissions."> |
+ Know your unique device identifier |
+ </message> |
+ <message name="IDS_COALESCED_PERMISSION_INFOBAR_DURABLE_STORAGE" desc="Description used on the info bar when storing files on the device is one of several requested permissions."> |
+ Store files |
+ </message> |
+ <message name="IDS_COALESCED_PERMISSION_INFOBAR_AUDIO_CAPTURE" desc="Description used on the info bar when using the microphone is one of several requested permissions."> |
+ Use your microphone |
+ </message> |
+ <message name="IDS_COALESCED_PERMISSION_INFOBAR_VIDEO_CAPTURE" desc="Description used on the info bar when using the camera is one of several requested permissions."> |
+ Use your camera |
+ </message> |
+ |
</messages> |
</release> |
</grit> |