Index: chrome/common/pref_names.cc |
=================================================================== |
--- chrome/common/pref_names.cc (revision 79632) |
+++ chrome/common/pref_names.cc (working copy) |
@@ -599,6 +599,9 @@ |
// done directly from the omnibox should be shown. |
const char kShowOmniboxSearchHint[] = "browser.show_omnibox_search_hint"; |
+// The registered service map. |
+const char kIntroducerRegistrations[] = "profile.introducer_registrations"; |
+ |
// The list of origins which are allowed|denied to show desktop notifications. |
const char kDesktopNotificationDefaultContentSetting[] = |
"profile.notifications_default_content_setting"; |