| Index: chrome/browser/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.cc (revision 14694)
|
| +++ chrome/browser/tab_contents/tab_contents.cc (working copy)
|
| @@ -1598,6 +1598,13 @@
|
| return AsWC(this);
|
| }
|
|
|
| +ExtensionFunctionDispatcher* TabContents::CreateExtensionFunctionDispatcher(
|
| + RenderViewHost* render_view_host,
|
| + const std::string& extension_id) {
|
| + return delegate()->CreateExtensionFunctionDispatcher(render_view_host,
|
| + extension_id);
|
| +}
|
| +
|
| void TabContents::RenderViewCreated(RenderViewHost* render_view_host) {
|
| NavigationEntry* entry = controller_.GetActiveEntry();
|
| if (!entry)
|
|
|