| Index: extensions/browser/extension_function_dispatcher.cc
|
| diff --git a/extensions/browser/extension_function_dispatcher.cc b/extensions/browser/extension_function_dispatcher.cc
|
| index b26ef2d395ddd9a0417c2cb89389d1a58d101c4d..4dfb7fe09c5684331c56207c2fb7edcd7b0e0d28 100644
|
| --- a/extensions/browser/extension_function_dispatcher.cc
|
| +++ b/extensions/browser/extension_function_dispatcher.cc
|
| @@ -455,7 +455,7 @@ ExtensionFunction* ExtensionFunctionDispatcher::CreateExtensionFunction(
|
| function->set_response_callback(callback);
|
| function->set_source_tab_id(params.source_tab_id);
|
| function->set_source_context_type(
|
| - process_map.GuessContextType(extension, requesting_process_id));
|
| + process_map.GetMostLikelyContextType(extension, requesting_process_id));
|
|
|
| return function;
|
| }
|
|
|