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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1332063003: permissions: implement coalesced permissions on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@request-multiple
Patch Set: Bring CL up to scratch with mocks Created 5 years, 3 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:
View side-by-side diff with in-line comments
Download patch
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 b4d390d1620a4cc231f39aada0a9ecdf6afa83c2..156c9cce9d560337f8018166fd9dc055d4d6d09d 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -2261,6 +2261,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.">
+ 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>

Powered by Google App Engine
This is Rietveld 408576698