| Index: chrome/browser/views/tabs/dragged_tab_controller.h
|
| ===================================================================
|
| --- chrome/browser/views/tabs/dragged_tab_controller.h (revision 14694)
|
| +++ chrome/browser/views/tabs/dragged_tab_controller.h (working copy)
|
| @@ -106,6 +106,11 @@
|
| virtual void URLStarredChanged(TabContents* source, bool starred);
|
| virtual void UpdateTargetURL(TabContents* source, const GURL& url);
|
|
|
| + // Creates an ExtensionFunctionDispatcher that has no browser
|
| + virtual ExtensionFunctionDispatcher *CreateExtensionFunctionDispatcher(
|
| + RenderViewHost* render_view_host,
|
| + const std::string& extension_id);
|
| +
|
| // Overridden from NotificationObserver:
|
| virtual void Observe(NotificationType type,
|
| const NotificationSource& source,
|
|
|