| Index: extensions/browser/extension_function_dispatcher.cc
|
| diff --git a/extensions/browser/extension_function_dispatcher.cc b/extensions/browser/extension_function_dispatcher.cc
|
| index 43469fb5a1273229f2e6e382726289968304b3a8..1c5c192054591d3d4595c16b792d84b798ab6916 100644
|
| --- a/extensions/browser/extension_function_dispatcher.cc
|
| +++ b/extensions/browser/extension_function_dispatcher.cc
|
| @@ -639,7 +639,6 @@ ExtensionFunction* ExtensionFunctionDispatcher::CreateExtensionFunction(
|
| function->set_extension(extension);
|
| function->set_profile_id(profile_id);
|
| function->set_response_callback(callback);
|
| - function->set_source_tab_id(params.source_tab_id);
|
| function->set_source_context_type(
|
| process_map.GetMostLikelyContextType(extension, requesting_process_id));
|
| function->set_source_process_id(requesting_process_id);
|
|
|