Index: chrome/browser/ui/webui/options/handler_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/handler_options_handler.cc b/chrome/browser/ui/webui/options/handler_options_handler.cc |
index 4af9abb6906beaadb1d82924cd13bf654bdf2bf4..b50d7d649811cf70c0f457b41e8399d13b78cf15 100644 |
--- a/chrome/browser/ui/webui/options/handler_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/handler_options_handler.cc |
@@ -106,6 +106,9 @@ void HandlerOptionsHandler::GetHandlersForProtocol( |
const std::string& protocol, |
base::DictionaryValue* handlers_value) { |
ProtocolHandlerRegistry* registry = GetProtocolHandlerRegistry(); |
+ // The items which are to be written into |handlers_value| are also described |
+ // in chrome/browser/resources/options/handler_options.js in @typedef |
+ // for Handlers. Please update them whenever you add or remove any keys here. |
handlers_value->SetString("protocol", protocol); |
handlers_value->SetInteger("default_handler", |
registry->GetHandlerIndex(protocol)); |