| Index: chrome/browser/extensions/extension_updater.cc
|
| diff --git a/chrome/browser/extensions/extension_updater.cc b/chrome/browser/extensions/extension_updater.cc
|
| index e14ba2a732ca7d59b1ea48586848f3eb2da6fe9b..db1713dc2bfaf195b21c24f37ef2b9a0b14b9201 100644
|
| --- a/chrome/browser/extensions/extension_updater.cc
|
| +++ b/chrome/browser/extensions/extension_updater.cc
|
| @@ -588,7 +588,7 @@ class SafeManifestParser : public UtilityProcessHost::Client {
|
| !CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess);
|
| if (use_utility_process) {
|
| UtilityProcessHost* host = new UtilityProcessHost(
|
| - rdh, this, BrowserThread::UI);
|
| + this, BrowserThread::UI);
|
| host->StartUpdateManifestParse(xml_);
|
| } else {
|
| UpdateManifest manifest;
|
|
|