| Index: chrome/browser/extensions/updater/safe_manifest_parser.cc
|
| diff --git a/chrome/browser/extensions/updater/safe_manifest_parser.cc b/chrome/browser/extensions/updater/safe_manifest_parser.cc
|
| index 920a2ff150f1dfed18ca191893727e6c1ef31229..ae571c7290fadb7234c894b49f4a1b0e500947ef 100644
|
| --- a/chrome/browser/extensions/updater/safe_manifest_parser.cc
|
| +++ b/chrome/browser/extensions/updater/safe_manifest_parser.cc
|
| @@ -51,7 +51,8 @@ void SafeManifestParser::ParseInSandbox() {
|
| !CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess);
|
| if (use_utility_process) {
|
| content::UtilityProcessHost* host = content::UtilityProcessHost::Create(
|
| - this, BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI));
|
| + this,
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI).get());
|
| host->EnableZygote();
|
| host->Send(new ChromeUtilityMsg_ParseUpdateManifest(xml_));
|
| } else {
|
|
|