| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 26566dac363832203729e6257d05b873a373ece9..10e2e81cd2ed9c38c9319914149225a4382345ab 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -15581,6 +15581,23 @@ read aloud to screenreader users to announce that a completion is available.">
|
| </if>
|
|
|
| <if expr="is_android">
|
| + <message name="IDS_FLAGS_MODAL_PERMISSION_PROMPTS_NAME" desc="Name for the flag to enable modal permission prompts on Android" translateable="false">
|
| + Modal Permission Prompts
|
| + </message>
|
| + <message name="IDS_FLAGS_MODAL_PERMISSION_PROMPTS_DESCRIPTION" desc="Description for the flag to enable modal permission prompts on Android." translateable="false">
|
| + Whether to use permission dialogs in place of permission infobars.
|
| + </message>
|
| + </if>
|
| + <if expr="not is_macosx">
|
| + <message name="IDS_FLAGS_PERMISSION_PROMPT_PERSISTENCE_TOGGLE_NAME" desc="Name for the flag to enable a persistence toggle in permission prompts" translateable="false">
|
| + Persistence Toggle in Permission Prompts
|
| + </message>
|
| + <message name="IDS_FLAGS_PERMISSION_PROMPT_PERSISTENCE_TOGGLE_DESCRIPTION" desc="Description for the flag to enable a persistence toggle in permission prompts" translateable="false">
|
| + Whether to display a persistence toggle in permission prompts.
|
| + </message>
|
| + </if>
|
| +
|
| + <if expr="is_android">
|
| <message name="IDS_FLAGS_NO_CREDIT_CARD_ABORT" desc="Title for the flag to enable the No Card Abort in Payment Request." translateable="false">
|
| No Credit Card Abort
|
| </message>
|
|
|