Index: extensions/browser/extension_function_dispatcher.cc |
diff --git a/extensions/browser/extension_function_dispatcher.cc b/extensions/browser/extension_function_dispatcher.cc |
index e682701bc3f257d7ac950e4d1b376dfe3b16def7..917ce65c8cf4e4746467c8a593123a816dfe594a 100644 |
--- a/extensions/browser/extension_function_dispatcher.cc |
+++ b/extensions/browser/extension_function_dispatcher.cc |
@@ -481,6 +481,7 @@ ExtensionFunction* ExtensionFunctionDispatcher::CreateExtensionFunction( |
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); |
return function; |
} |