| Index: services/js/mojo_bridge_module.cc
|
| diff --git a/services/js/mojo_bridge_module.cc b/services/js/mojo_bridge_module.cc
|
| index 7b049f0c2b2b2719db73256bfeb978226bc7e473..de9b2457ce33f9f7eff3f094e7127555ab52b8d5 100644
|
| --- a/services/js/mojo_bridge_module.cc
|
| +++ b/services/js/mojo_bridge_module.cc
|
| @@ -30,12 +30,6 @@ v8::Local<v8::Value> MojoInternals::GetModule(JSApp* js_app,
|
|
|
| if (templ.IsEmpty()) {
|
| templ = gin::ObjectTemplateBuilder(isolate)
|
| - .SetMethod("requestorMessagePipeHandle",
|
| - base::Bind(&JSApp::RequestorMessagePipeHandle,
|
| - base::Unretained(js_app)))
|
| - .SetMethod("connectToApplication",
|
| - base::Bind(&JSApp::ConnectToApplication,
|
| - base::Unretained(js_app)))
|
| .SetMethod("quit",
|
| base::Bind(&JSApp::Quit, base::Unretained(js_app)))
|
| .Build();
|
|
|