| Index: chrome/browser/ui/webui/options/extension_settings_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/options/extension_settings_handler.cc (revision 110571)
|
| +++ chrome/browser/ui/webui/options/extension_settings_handler.cc (working copy)
|
| @@ -777,9 +777,9 @@
|
| continue;
|
|
|
| GURL url = host->delegate()->GetURL();
|
| - RenderProcessHost* process = host->process();
|
| + content::RenderProcessHost* process = host->process();
|
| result->push_back(
|
| - ExtensionPage(url, process->id(), host->routing_id(),
|
| - process->browser_context()->IsOffTheRecord()));
|
| + ExtensionPage(url, process->GetID(), host->routing_id(),
|
| + process->GetBrowserContext()->IsOffTheRecord()));
|
| }
|
| }
|
|
|