| Index: chrome/browser/views/tabs/dragged_tab_controller.h
|
| diff --git a/chrome/browser/views/tabs/dragged_tab_controller.h b/chrome/browser/views/tabs/dragged_tab_controller.h
|
| index 4b2c2f08f8fbc007dd072a38aeb06db30028c737..5330b8a6b93db2b0f1e0799389029fb164789a14 100644
|
| --- a/chrome/browser/views/tabs/dragged_tab_controller.h
|
| +++ b/chrome/browser/views/tabs/dragged_tab_controller.h
|
| @@ -106,11 +106,6 @@ class DraggedTabController : public TabContentsDelegate,
|
| 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,
|
|
|