| Index: chrome/browser/extensions/extension_function_dispatcher.cc
|
| diff --git a/chrome/browser/extensions/extension_function_dispatcher.cc b/chrome/browser/extensions/extension_function_dispatcher.cc
|
| index 112b5f47dd28b6d404547402f26795f90e190757..a4afd743a717812cbcb6863c29e7dbb9a4d77d6c 100644
|
| --- a/chrome/browser/extensions/extension_function_dispatcher.cc
|
| +++ b/chrome/browser/extensions/extension_function_dispatcher.cc
|
| @@ -371,7 +371,7 @@ void ExtensionFunctionDispatcher::DispatchWithCallbackInternal(
|
| function_ui->SetRenderFrameHost(render_frame_host);
|
| }
|
| function_ui->set_dispatcher(AsWeakPtr());
|
| - function_ui->set_context(browser_context_);
|
| + function_ui->set_browser_context(browser_context_);
|
| function->set_include_incognito(
|
| ExtensionsBrowserClient::Get()->CanExtensionCrossIncognito(
|
| extension, browser_context_));
|
|
|