Index: chrome/browser/extensions/extension_function_dispatcher.cc |
=================================================================== |
--- chrome/browser/extensions/extension_function_dispatcher.cc (revision 246239) |
+++ chrome/browser/extensions/extension_function_dispatcher.cc (working copy) |
@@ -506,6 +506,7 @@ |
function->set_extension(extension); |
function->set_profile_id(profile); |
function->set_response_callback(callback); |
+ function->set_source_tab_id(params.source_tab_id); |
return function; |
} |