Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 78430dd1d7d17c3a2f2c9d48af13ea488c14da87..27b364d5ca240eb2b232874fb381aac86f8aa29a 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1243,4 +1243,7 @@ const char kManagedDefaultPopupsSetting[] = |
// IDs of background page owners, value is a boolean that is true if the user |
// needs to acknowledge this page. |
const char kKnownBackgroundPages[] = "background_pages.known"; |
+ |
+// Dictionary that maps URL schemes (protocols) to URL handlers. |
+const char kRegisteredProtocolHandlers[] = "registered_protocol_handlers"; |
} // namespace prefs |