| Index: chrome/browser/ui/views/dropdown_bar_host.h
|
| diff --git a/chrome/browser/ui/views/dropdown_bar_host.h b/chrome/browser/ui/views/dropdown_bar_host.h
|
| index bdba7a11596498bfad1225e59dea9f182feb6e32..6284c2675402f9b90ae095d280805569b6399858 100644
|
| --- a/chrome/browser/ui/views/dropdown_bar_host.h
|
| +++ b/chrome/browser/ui/views/dropdown_bar_host.h
|
| @@ -142,9 +142,6 @@ class DropdownBarHost : public ui::AcceleratorTarget,
|
| // can be shown in any client area.
|
| virtual void GetWidgetBounds(gfx::Rect* bounds);
|
|
|
| - // Allows implementation to tweak widget position.
|
| - void SetWidgetPositionNative(const gfx::Rect& new_pos, bool no_redraw);
|
| -
|
| // Returns the animation for the dropdown.
|
| gfx::SlideAnimation* animation() {
|
| return animation_.get();
|
|
|