| Index: chrome/browser/external_tab_container.h
|
| ===================================================================
|
| --- chrome/browser/external_tab_container.h (revision 14694)
|
| +++ chrome/browser/external_tab_container.h (working copy)
|
| @@ -88,6 +88,11 @@
|
| return true;
|
| };
|
|
|
| + // Creates an ExtensionFunctionDispatcher that has no browser
|
| + virtual ExtensionFunctionDispatcher *CreateExtensionFunctionDispatcher(
|
| + RenderViewHost* render_view_host,
|
| + const std::string& extension_id);
|
| +
|
| virtual bool TakeFocus(bool reverse);
|
|
|
| // Notification service callback.
|
|
|