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

Unified Diff: chrome/common/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 | « chrome/common/pref_names.h ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 1d62da686e72472ef24b82898625b6e4928c390e..4401d24713505bba3377060d0131c12877e9011b 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2301,4 +2301,9 @@ const char kPasswordBubbleLastInteractions[] = "password_bubble.interactions";
const char kRecoveryComponentNeedsElevation[] =
"recovery_component.needs_elevation";
+// Boolean that indicates whether "Allow to collect URL?" bubble was shown or
+// not.
+const char kWasAllowToCollectURLBubbleShown[] =
vabr (Chromium) 2014/12/08 08:52:33 I believe you can put this constant in components/
+ "password_manager_url_collection_bubble.appearance_flag";
+
} // namespace prefs
« no previous file with comments | « chrome/common/pref_names.h ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698