| Index: extensions/browser/extension_function_dispatcher.cc
|
| diff --git a/extensions/browser/extension_function_dispatcher.cc b/extensions/browser/extension_function_dispatcher.cc
|
| index e5ab1e4e73fa1e670a20de8358284f5c080be743..4ac6349d5bc6941a1299fb5970b7d01cbdb8ba85 100644
|
| --- a/extensions/browser/extension_function_dispatcher.cc
|
| +++ b/extensions/browser/extension_function_dispatcher.cc
|
| @@ -382,8 +382,6 @@ void ExtensionFunctionDispatcher::DispatchWithCallbackInternal(
|
| if (violation_error.empty()) {
|
| scoped_ptr<base::ListValue> args(params.arguments.DeepCopy());
|
|
|
| - // See crbug.com/39178.
|
| - ExtensionsBrowserClient::Get()->PermitExternalProtocolHandler();
|
| NotifyApiFunctionCalled(
|
| extension->id(), params.name, args.Pass(), browser_context_);
|
| function->Run();
|
|
|