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

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

Issue 777423004: Skeleton code for experiment setup, which will determine should "Allow to collect URL?" bubble be s… (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 39fac8822924a780a43dd4c3426d578b2ca686a0..8298dc86c8c76d075be0fdea79e94d08f047a508 100644
--- a/components/password_manager/core/common/password_manager_pref_names.cc
+++ b/components/password_manager/core/common/password_manager_pref_names.cc
@@ -43,6 +43,10 @@ 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[] =
+ "password_manager_url_collection_bubble.appearance_flag";
} // 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