| Index: chrome/browser/ui/views/toolbar_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/toolbar_view.h (revision 74430)
|
| +++ chrome/browser/ui/views/toolbar_view.h (working copy)
|
| @@ -119,6 +119,9 @@
|
| virtual gfx::Size GetPreferredSize();
|
| virtual void Layout();
|
| virtual void Paint(gfx::Canvas* canvas);
|
| + virtual bool CanDrop(const ui::OSExchangeData& data);
|
| + virtual int OnDragUpdated(const views::DropTargetEvent& event);
|
| + virtual int OnPerformDrop(const views::DropTargetEvent& event);
|
| virtual void OnThemeChanged();
|
|
|
| // The apparent horizontal space between most items, and the vertical padding
|
|
|