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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_view_utils.cc

Issue 1670673004: Revert "[Smart Lock, UI] First run expience for Auto sign-in prompt." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/passwords/manage_passwords_view_utils.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/ui/passwords/manage_passwords_view_utils.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698