Chromium Code Reviews| 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 |