| Index: chrome/app/generated_resources.grd
 | 
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
 | 
| index 3bd85b2957fcd02bd026ef52e4475e9438d9eea3..c44325046445fdf94d421f43593812ac64a9ac62 100644
 | 
| --- a/chrome/app/generated_resources.grd
 | 
| +++ b/chrome/app/generated_resources.grd
 | 
| @@ -7831,6 +7831,21 @@ Keep your key file in a safe place. You will need it to create new versions of y
 | 
|          <message name="IDS_PASSWORD_MANAGER_SETTINGS_LINK" desc="Text for the link to chrome://settings/passwords in the 'Save password' dialog">
 | 
|            Settings
 | 
|          </message>
 | 
| +        <message name="IDS_PASSWORD_MANAGER_IMPORT_BUTTON" desc="Button Text for 'import password' functionality in Password Manger's WebUI option dialog">
 | 
| +          Import
 | 
| +        </message>
 | 
| +        <message name="IDS_PASSWORD_MANAGER_EXPORT_BUTTON" desc="Button Text for 'export password' functionality in Password Manger's WebUI option dialog">
 | 
| +          Export
 | 
| +        </message>
 | 
| +        <message name="IDS_PASSWORD_MANAGER_IMPORT_COMPLETED_MESSAGE" desc="Text for 'Import completed' Message in Password Manger's WebUI option dialog">
 | 
| +          Import completed!
 | 
| +        </message>
 | 
| +        <message name="IDS_PASSWORD_MANAGER_IMPORT_DIALOG_TITLE" desc="The Title of the file selection dialog for importing password">
 | 
| +          Import Password To Chrome
 | 
| +        </message>
 | 
| +        <message name="IDS_PASSWORD_MANAGER_EXPORT_DIALOG_TITLE" desc="The Title of the file selection dialog for exporting password">
 | 
| +          Export Password From Chrome
 | 
| +        </message>
 | 
|        </if>
 | 
|        <if expr="is_android">
 | 
|          <message name="IDS_PASSWORD_MANAGER_SAVE_BUTTON" desc="Mobile: Button text for the 'Save Password' infobar's 'Remember password' option">
 | 
| 
 |