| Index: chrome/renderer/mock_render_thread.cc
|
| diff --git a/chrome/renderer/mock_render_thread.cc b/chrome/renderer/mock_render_thread.cc
|
| index 1d98d6ed66746d9fe228aea8408c31f8a21815be..5dd0e53ce30e14ca2695d87f475bca1ae77915c4 100644
|
| --- a/chrome/renderer/mock_render_thread.cc
|
| +++ b/chrome/renderer/mock_render_thread.cc
|
| @@ -27,6 +27,10 @@ MockRenderThread::MockRenderThread()
|
| MockRenderThread::~MockRenderThread() {
|
| }
|
|
|
| +const ExtensionRendererInfo* MockRenderThread::GetExtensions() const {
|
| + return &extensions_;
|
| +}
|
| +
|
| // Called by the Widget. The routing_id must match the routing id assigned
|
| // to the Widget in reply to ViewHostMsg_CreateWidget message.
|
| void MockRenderThread::AddRoute(int32 routing_id,
|
|
|