| Index: chrome/browser/extensions/extension_function_dispatcher.cc
|
| diff --git a/chrome/browser/extensions/extension_function_dispatcher.cc b/chrome/browser/extensions/extension_function_dispatcher.cc
|
| index 7ee1a19e0f092e1ef08354f1f849d13f3d8d10e5..44dae30caf5bcc226339558b68bc877fee656c97 100644
|
| --- a/chrome/browser/extensions/extension_function_dispatcher.cc
|
| +++ b/chrome/browser/extensions/extension_function_dispatcher.cc
|
| @@ -472,9 +472,10 @@ void FactoryRegistry::ResetFunctions() {
|
|
|
| // Sockets
|
| RegisterFunction<extensions::SocketCreateFunction>();
|
| + RegisterFunction<extensions::SocketDestroyFunction>();
|
| RegisterFunction<extensions::SocketConnectFunction>();
|
| - RegisterFunction<extensions::SocketDisconnectFunction>();
|
| - RegisterFunction<extensions::SocketSendFunction>();
|
| + RegisterFunction<extensions::SocketCloseFunction>();
|
| + RegisterFunction<extensions::SocketWriteFunction>();
|
| }
|
|
|
| void FactoryRegistry::GetAllNames(std::vector<std::string>* names) {
|
|
|