| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 30f0730f9b7ce25d92874c1643af29a208aa6a29..b15833756d587bfe04098f4e87c6ca9d750e10ed 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1242,4 +1242,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
|
|
|