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

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

Issue 2714543006: Clean Obsolete HTTP Data from the Password Store (Closed)
Patch Set: Raw Cleaner Created 3 years, 9 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: 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 c0d92f321af4e1f1ca34461930a77c1fe66f3b30..dba5fb451e43d25cfce62bd1eb9b7a71299a214e 100644
--- a/components/password_manager/core/common/password_manager_pref_names.h
+++ b/components/password_manager/core/common/password_manager_pref_names.h
@@ -59,6 +59,9 @@ extern const char kPasswordManagerSavingEnabled[];
// prompt was shown or not.
extern const char kWasAutoSignInFirstRunExperienceShown[];
+// Boolean that indicated if obsolete HTTP data has been cleaned in the past.
+extern const char kWasObsoleteHttpDataCleaned[];
+
// 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