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

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

Issue 789613004: Decision whenever "Allow to collect URL?" bubble should be shown or not (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « components/password_manager/core/common/password_manager_pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/common/password_manager_pref_names.cc
diff --git a/components/password_manager/core/common/password_manager_pref_names.cc b/components/password_manager/core/common/password_manager_pref_names.cc
index 8298dc86c8c76d075be0fdea79e94d08f047a508..50ce065dd2b54e95c7a2afd9a97e3685b9b2f79e 100644
--- a/components/password_manager/core/common/password_manager_pref_names.cc
+++ b/components/password_manager/core/common/password_manager_pref_names.cc
@@ -43,10 +43,14 @@ const char kPasswordManagerGroupsForDomains[] =
const char kLocalProfileId[] = "profile.local_profile_id";
#endif
-// Boolean that indicates whether "Allow to collect URL?" bubble was shown or
-// not.
-const char kWasAllowToCollectURLBubbleShown[] =
+// The value of this parameter is boolean that indicates whether
+// "Allow to collect URL?" bubble was shown or not.
+const char kAllowToCollectURLBubbleWasShown[] =
"password_manager_url_collection_bubble.appearance_flag";
+// The value of this parameter is used to calculate the start day of the
+// period, in which the "Allow to collect URL?" bubble can be shown.
+const char kAllowToCollectURLBubbleActivePeriodStartFactor[] =
+ "password_manager_url_collection_bubble.active_period_start_id";
} // namespace prefs
} // namespace password_manager
« no previous file with comments | « components/password_manager/core/common/password_manager_pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698