| Index: chrome/browser/ui/passwords/manage_passwords_view_utils.cc
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_view_utils.cc b/chrome/browser/ui/passwords/manage_passwords_view_utils.cc
|
| index 064f37b6b6eea6975c4f88c8cdf53bf52b648497..b0903166d70a4b0036182123912e0894e65c47a7 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_view_utils.cc
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_view_utils.cc
|
| @@ -128,17 +128,6 @@ void GetAccountChooserDialogTitleTextAndLinkRange(
|
| title, title_link_range);
|
| }
|
|
|
| -void GetAutoSigninPromptFirstRunExperienceExplanation(
|
| - bool is_smartlock_branding_enabled,
|
| - base::string16* explanation,
|
| - gfx::Range* explanation_link_range) {
|
| - GetBrandedTextAndLinkRange(
|
| - is_smartlock_branding_enabled,
|
| - IDS_MANAGE_PASSWORDS_AUTO_SIGNIN_SMART_LOCK_WELCOME,
|
| - IDS_MANAGE_PASSWORDS_AUTO_SIGNIN_DEFAULT_WELCOME,
|
| - explanation, explanation_link_range);
|
| -}
|
| -
|
| void GetBrandedTextAndLinkRange(bool is_smartlock_branding_enabled,
|
| int smartlock_string_id,
|
| int default_string_id,
|
|
|