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

Unified Diff: chrome/app/generated_resources.grd

Issue 11488009: Add content settings page action for Pepper broker authorization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years 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 58e5a4fb40032907ff5fbcbb2d13464f931d8fcb..99ab04b52c870592843d7fab3060db9c7a31932d 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7285,6 +7285,27 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_PEPPER_BROKER_DENY_BUTTON" desc="Text for the deny button on the pepper broker launch prompt">
Deny
</message>
+ <message name="IDS_BLOCKED_PPAPI_BROKER_TITLE" desc="Title for the page action when PPAPI broker access was blocked">
+ An unsandboxed plug-in was prevented from running on this page.
+ </message>
+ <message name="IDS_ALLOWED_PPAPI_BROKER_TITLE" desc="Title for the page action when PPAPI broker access was allowed">
+ An unsandboxed plug-in was allowed to run running on this page.
+ </message>
+ <message name="IDS_BLOCKED_PPAPI_BROKER_UNBLOCK" desc="XXX">
+ Always allow unsandboxed plug-ins on <ph name="HOST">$1<ex>example.com</ex></ph>
+ </message>
+ <message name="IDS_BLOCKED_PPAPI_BROKER_NO_ACTION" desc="XXX">
+ Continue blocking unsandboxed plug-ins
+ </message>
+ <message name="IDS_ALLOWED_PPAPI_BROKER_NO_ACTION" desc="XXX">
+ Continue allowing unsandboxed plug-ins
+ </message>
+ <message name="IDS_ALLOWED_PPAPI_BROKER_BLOCK" desc="XXX">
+ Never allow unsandboxed plug-ins on <ph name="HOST">$1<ex>example.com</ex></ph>
+ </message>
+ <message name="IDS_PPAPI_BROKER_BUBBLE_MANAGE_LINK" desc="XXX">
+ Manage unsandboxed plug-in blocking...
+ </message>
<!-- Blocked Displaying/Running Insecure Content info bar -->
<message name="IDS_BLOCKED_DISPLAYING_INSECURE_CONTENT" desc="Message shown when a website has asked chrome to display mixed content. The message is followed by a learn more link and an allow button.">

Powered by Google App Engine
This is Rietveld 408576698