Chromium Code Reviews| Index: chrome/browser/renderer_host/chrome_render_message_filter.cc |
| =================================================================== |
| --- chrome/browser/renderer_host/chrome_render_message_filter.cc (revision 82344) |
| +++ chrome/browser/renderer_host/chrome_render_message_filter.cc (working copy) |
| @@ -183,7 +183,7 @@ |
| void ChromeRenderMessageFilter::OnGetExtensionMessageBundle( |
| const std::string& extension_id, IPC::Message* reply_msg) { |
| ChromeURLRequestContext* context = static_cast<ChromeURLRequestContext*>( |
| - request_context_->GetURLRequestContext()); |
| + request_context_->GetURLRequestContext()); |
|
Charlie Reis
2011/04/21 00:25:12
This is ok to fix, though it seems unnecessary for
|
| FilePath extension_path = |
| context->extension_info_map()->GetPathForExtension(extension_id); |