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

Unified Diff: components/password_manager/core/common/password_manager_pref_names.h

Issue 2579823003: Remove Finch support for PasswordBranding (Closed)
Patch Set: More succinct Created 4 years 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: components/password_manager/core/common/password_manager_pref_names.h
diff --git a/components/password_manager/core/common/password_manager_pref_names.h b/components/password_manager/core/common/password_manager_pref_names.h
index d6b7e63e19f1174b490545a8e72aab682471c25a..c0d92f321af4e1f1ca34461930a77c1fe66f3b30 100644
--- a/components/password_manager/core/common/password_manager_pref_names.h
+++ b/components/password_manager/core/common/password_manager_pref_names.h
@@ -59,10 +59,6 @@ extern const char kPasswordManagerSavingEnabled[];
// prompt was shown or not.
extern const char kWasAutoSignInFirstRunExperienceShown[];
-// Boolean that indicated whether first run experience for the save prompt was
-// shown or not.
-extern const char kWasSavePrompFirstRunExperienceShown[];
-
// Boolean that indicated if user interacted with the Chrome Sign in promo.
extern const char kWasSignInPasswordPromoClicked[];

Powered by Google App Engine
This is Rietveld 408576698