| Index: chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h b/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
|
| index f12e0dfb0a1ae7a8e1309846985505b8d0394a32..4d54b509ba49f2a3d3b4efb26f2926c7d82ead9a 100644
|
| --- a/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
|
| +++ b/chrome/browser/ui/gtk/tabs/dragged_tab_controller_gtk.h
|
| @@ -89,6 +89,8 @@ class DraggedTabControllerGtk : public NotificationObserver,
|
| virtual void MoveContents(TabContents* source, const gfx::Rect& pos);
|
| virtual bool IsPopup(const TabContents* source) const;
|
| virtual void UpdateTargetURL(TabContents* source, const GURL& url);
|
| + virtual content::JavaScriptDialogCreator* GetJavaScriptDialogCreator(
|
| + ) OVERRIDE;
|
|
|
| // Overridden from NotificationObserver:
|
| virtual void Observe(NotificationType type,
|
|
|