Possible fix for ExtensionFunctionDispatcher::DispatchWithCallbackInternal.
This is a possible fix for crashes observed in this function. The member variable browser_context_ is possibly invalid because the object may be freed by function->Run(). To avoid this we move the call to ProcessManager::Get() to before where function->Run() is called. BUG=441679 Review URL: https://codereview.chromium.org/798103002 Cr-Commit-Position: refs/heads/master@{#308214}
Showing
Please register or sign in to comment