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

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

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
Index: chrome/browser/ui/passwords/manage_passwords_view_utils.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_view_utils.h b/chrome/browser/ui/passwords/manage_passwords_view_utils.h
index 0a68c53c1f922e78e0ba14a5001228f29f1354cd..011e0c45beb6162b58a2155d482ca8f9f341dd1f 100644
--- a/chrome/browser/ui/passwords/manage_passwords_view_utils.h
+++ b/chrome/browser/ui/passwords/manage_passwords_view_utils.h
@@ -70,12 +70,6 @@ void GetAccountChooserDialogTitleTextAndLinkRange(
base::string16* title,
gfx::Range* title_link_range);
-// TODO(melandory): remove as obsolete. http://crbug.com/532876
-void GetAutoSigninPromptFirstRunExperienceExplanation(
- bool is_smartlock_branding_enabled,
- base::string16* explanation,
- gfx::Range* explanation_link_range);
-
// Loads |smartlock_string_id| or |default_string_id| string from the resources
// and substitutes the placeholder with the correct password manager branding
// (Google Smart Lock, Google Chrome or Chromium) according to

Powered by Google App Engine
This is Rietveld 408576698