| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 44dffe49cdff00859c949df4e9316e090279eebb..9c9cf56dcd711ffed130348cdf5b228a4d3ab078 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -419,6 +419,12 @@ are declared in build/common.gypi.
|
| <message name="IDS_WEBSITE_SETTINGS_PERMISSION_TYPE" desc="The label that is used to display permission types in the Website Settings popup. ">
|
| <ph name="PERMISSION_TYPE_LABEL">$1<ex>Plugins</ex></ph>:
|
| </message>
|
| + <message name="IDS_PAGE_INFO_PERMISSION_ALLOW" desc="The label used in the permissions dropdowns in the Page Info dialog on mobile for the option that grants a permission.">
|
| + Allow
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_PERMISSION_BLOCK" desc="The label used in the permissions dropdowns in the Page Info dialog on mobile for the option that denies a permission.">
|
| + Block
|
| + </message>
|
|
|
| <message name="IDS_PERMISSIONS_BUBBLE_PROMPT" desc="The label that is used to introduce permission request details to the user in a papup.">
|
| <ph name="SITE_NAME">$1<ex>google.com</ex></ph> would like to use your:
|
|
|