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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1332063003: permissions: implement coalesced permissions on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@request-multiple
Patch Set: Address review comment Created 5 years, 2 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 d0d5238da6c6c05f6ddefb5859dd4fb87b26b7ec..cdae0d13fbccbd8d4ebd41607e58d86c96a59960 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15278,6 +15278,11 @@ After you create a new supervised user, you can manage their settings at any tim
</message>
</if>
+ <!-- Coalesced Permission Infobar -->
+ <message name="IDS_COALESCED_PERMISSION_INFOBAR_QUESTION" desc="Question asked on the info bar whenever URL wants to access multiple permissions at the same time.">
+ <ph name="URL">$1<ex>www.google.com</ex></ph> wants to:
+ </message>
+
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698