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

Unified Diff: chrome/app/generated_resources.grd

Issue 1332063003: permissions: implement coalesced permissions on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@request-multiple
Patch Set: Fix layout to be closer to mock + switch infobar title 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 54c3b3e03baddf0a38999e4f59c2d55b400ee6d7..c27da2314acfcff171990dd11ca93fe7d64ece42 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15281,6 +15281,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