| Index: chrome/browser/extensions/extension_dom_ui.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_dom_ui.cc (revision 31907)
|
| +++ chrome/browser/extensions/extension_dom_ui.cc (working copy)
|
| @@ -218,6 +218,10 @@
|
| }
|
| }
|
|
|
| +RenderViewHost* ExtensionDOMUI::GetRenderViewHost() {
|
| + return tab_contents() ? tab_contents()->render_view_host() : NULL;
|
| +}
|
| +
|
| // static
|
| void ExtensionDOMUI::UnregisterChromeURLOverrides(
|
| Profile* profile, const Extension::URLOverrideMap& overrides) {
|
|
|