diff options
Diffstat (limited to 'chrome/browser/extensions/extension_function_dispatcher.cc')
-rw-r--r-- | chrome/browser/extensions/extension_function_dispatcher.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_function_dispatcher.cc b/chrome/browser/extensions/extension_function_dispatcher.cc index 7247753..cc47aff 100644 --- a/chrome/browser/extensions/extension_function_dispatcher.cc +++ b/chrome/browser/extensions/extension_function_dispatcher.cc @@ -415,6 +415,7 @@ void FactoryRegistry::ResetFunctions() { // Websocket to TCP proxy. Currently noop on anything other than ChromeOS. RegisterFunction<WebSocketProxyPrivateGetPassportForTCPFunction>(); + RegisterFunction<WebSocketProxyPrivateGetURLForTCPFunction>(); // Debugger RegisterFunction<AttachDebuggerFunction>(); |