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

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: 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 249dfe638c39e87db1d963b76b936c5408b70dac..82977773474a36a1019217a2bd0d2bf039a3c98e 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15451,6 +15451,13 @@ 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